Html Css Color HEX #0170AE Cerulean

📋 copy color: '#0170AE'

red 1 ◦ green 112 ◦ blue 174

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

Shades of Cerulean #0170AE

Tints of Cerulean #0170AE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.02%

 BLUE value IS 174 (68.36% from 255) = 60.63%

R = 0.35%
G = 39.02%
B = 60.63%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0170AE (or 0x0170AE) is known color: Cerulean. HEX triplet: 01, 70 and AE. RGB value is (1,112,174). Sum of RGB (Red+Green+Blue) = 1+112+174=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #0170AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0170AE is #FE8F51. Grayscale: #555555. Windows color (decimal): -16682834 or 11431937. OLE color: 11431937.

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

Color convert

RGB 1 112 174 -
CMYK 0.99 0.36 0 0.32
HSL 201.5º 0.99% 0.34% -
HSV(B) 201.5º 0.99% 0.68% -
XYZ 13.45 14.65 42.16 -
YUV 85.88 177.73 67.46 -
System Red Green Blue C M Y K H S L
Decimal 1 112 174 0.99 0.36 0 0.32 201.5 0.99 0.34
Hex 1 70 AE 63 24 0 20 CA 63 22
Octal 1 160 256 143 44 0 40 312 143 42
Binary 1 1110000 10101110 1100011 100100 0 100000 11001010 1100011 100010

Color Harmonies of #0170AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0170AE

Black with #0170AE

Text Example


Text Example

White with #0170AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0170AE; }

 p { color: rgb(1,112,174); }

 H1.HeaderClassName
 {
   color: #0170AE;
 }
 .AnyTagClassName
 {
   color: #0170AE;
 }
</style>

background-color css

<style>
 a { background-color: #0170AE; }

 a { background-color: rgb(1,112,174); }

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

border-color css

<style>
 span { border-color: #0170AE; }

 span { border-color: rgb(1,112,174); }

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