Html Css Color HEX #0170AB Cerulean

📋 copy color: '#0170AB'

red 1 ◦ green 112 ◦ blue 171

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

Shades of Cerulean #0170AB

Tints of Cerulean #0170AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.21%

R = 0.35%
G = 39.44%
B = 60.21%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0170AB (or 0x0170AB) is known color: Cerulean. HEX triplet: 01, 70 and AB. RGB value is (1,112,171). Sum of RGB (Red+Green+Blue) = 1+112+171=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #0170AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0170AB is #FE8F54. Grayscale: #555555. Windows color (decimal): -16682837 or 11235329. OLE color: 11235329.

HSL color Cylindrical-coordinate representation of color #0170AB: hue angle of 200.82º 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 #0170AB is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 112 171 -
CMYK 0.99 0.35 0 0.33
HSL 200.82º 0.99% 0.34% -
HSV(B) 200.82º 0.99% 0.67% -
XYZ 13.16 14.54 40.64 -
YUV 85.54 176.23 67.7 -
System Red Green Blue C M Y K H S L
Decimal 1 112 171 0.99 0.35 0 0.33 200.82 0.99 0.34
Hex 1 70 AB 63 23 0 21 C9 63 22
Octal 1 160 253 143 43 0 41 311 143 42
Binary 1 1110000 10101011 1100011 100011 0 100001 11001001 1100011 100010

Color Harmonies of #0170AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0170AB

Black with #0170AB

Text Example


Text Example

White with #0170AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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