Html Css Color HEX #017CAA Cerulean

📋 copy color: '#017CAA'

red 1 ◦ green 124 ◦ blue 170

#017CAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #017CAA

Tints of Cerulean #017CAA

RGB

 RED value IS 1 (0.78% from 255) = 0.34%

 GREEN value IS 124 (48.83% from 255) = 42.03%

 BLUE value IS 170 (66.8% from 255) = 57.63%

R = 0.34%
G = 42.03%
B = 57.63%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#017CAA (or 0x017CAA) is known color: Cerulean. HEX triplet: 01, 7C and AA. RGB value is (1,124,170). Sum of RGB (Red+Green+Blue) = 1+124+170=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #017CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017CAA is #FE8355. Grayscale: #5C5C5C. Windows color (decimal): -16679766 or 11172865. OLE color: 11172865.

HSL color Cylindrical-coordinate representation of color #017CAA: hue angle of 196.33º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017CAA is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 124 170 -
CMYK 0.99 0.27 0 0.33
HSL 196.33º 0.99% 0.34% -
HSV(B) 196.33º 0.99% 0.67% -
XYZ 14.48 17.32 40.61 -
YUV 92.47 171.75 62.76 -
System Red Green Blue C M Y K H S L
Decimal 1 124 170 0.99 0.27 0 0.33 196.33 0.99 0.34
Hex 1 7C AA 63 1B 0 21 C4 63 22
Octal 1 174 252 143 33 0 41 304 143 42
Binary 1 1111100 10101010 1100011 11011 0 100001 11000100 1100011 100010

Color Harmonies of #017CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017CAA

Black with #017CAA

Text Example


Text Example

White with #017CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #017CAA;
 }
 .AnyTagClassName
 {
   color: #017CAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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