#0176A5

Color #0176A5 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0176A5

Tints of Cerulean #0176A5

Color information

#0176A5 (or 0x0176A5) is unknown color: approx Cerulean. HEX triplet: 01, 76 and A5. RGB value is (1,118,165). Sum of RGB (Red+Green+Blue) = 1+118+165=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 165 (64.84% from 255 or 58.10% from 284); Max value from RGB is 165 - color contains mainly: blue. Hex color #0176A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0176A5 is #FE895A. Grayscale: #585858. Windows color (decimal): -16681307 or 10843649. OLE color: 10843649.

HSL color Cylindrical-coordinate representation of color #0176A5: hue angle of 197.2º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0176A5 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1118165-
CMYK0.990.2800.35
HSL197.2º98.8%32.55%-
HSV(B)197.2º99.39%64.71%-
XYZ13.2815.6837.92-
YUV88.38171.2465.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 118 (46.48% from 255) = 41.55%
BLUE value IS 165 (64.84% from 255) = 58.10%
R=0.35%
G=41.55%
B=58.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11181650.990.2800.35197.298.832.55
Hex176A5631C023c56321
Octal11662451433404330514341
Binary11110110101001011100011111000100011110001011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0176A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0176A5; }

 p { color: rgb(1,118,165); }

 H1.HeaderClassName
 {
   color: #0176A5;
 }
 .AnyTagClassName
 {
   color: #0176A5;
 }
</style>
background-color css

<style>
 a { background-color: #0176A5; }

 a { background-color: rgb(1,118,165); }

 div.DivClassName
 {
   background-color: #0176A5;
 }
 .BgClassName
 {
   background-color: #0176A5;
 }
</style>
border-color css

<style>
 span { border-color: #0176A5; }

 span { border-color: rgb(1,118,165); }

 td.TdClassName
 {
   border-color: #0176A5;
 }
 .TagClassName
 {
   border-color: #0176A5;
 }
</style>