#017CA4

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

Shades of Cerulean #017CA4

Tints of Cerulean #017CA4

Color information

#017CA4 (or 0x017CA4) is unknown color: approx Cerulean. HEX triplet: 01, 7C and A4. RGB value is (1,124,164). Sum of RGB (Red+Green+Blue) = 1+124+164=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 164 (64.45% from 255 or 56.75% from 289); Max value from RGB is 164 - color contains mainly: blue. Hex color #017CA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017CA4 is #FE835B. Grayscale: #5B5B5B. Windows color (decimal): -16679772 or 10779649. OLE color: 10779649.

HSL color Cylindrical-coordinate representation of color #017CA4: hue angle of 194.72º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017CA4 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1124164-
CMYK0.990.2400.36
HSL194.72º98.79%32.35%-
HSV(B)194.72º99.39%64.31%-
XYZ13.9217.137.69-
YUV91.78168.7563.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 124 (48.83% from 255) = 42.91%
BLUE value IS 164 (64.45% from 255) = 56.75%
R=0.35%
G=42.91%
B=56.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11241640.990.2400.36194.7298.7932.35
Hex17CA46318024c36320
Octal11742441433004430314340
Binary11111100101001001100011110000100100110000111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017CA4; }

 p { color: rgb(1,124,164); }

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

<style>
 a { background-color: #017CA4; }

 a { background-color: rgb(1,124,164); }

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

<style>
 span { border-color: #017CA4; }

 span { border-color: rgb(1,124,164); }

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