Html Css Color HEX #0170AC Cerulean

📋 copy color: '#0170AC'

red 1 ◦ green 112 ◦ blue 172

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

Shades of Cerulean #0170AC

Tints of Cerulean #0170AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.35%

R = 0.35%
G = 39.3%
B = 60.35%

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

#0170AC (or 0x0170AC) is known color: Cerulean. HEX triplet: 01, 70 and AC. RGB value is (1,112,172). Sum of RGB (Red+Green+Blue) = 1+112+172=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #0170AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0170AC is #FE8F53. Grayscale: #555555. Windows color (decimal): -16682836 or 11300865. OLE color: 11300865.

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

Color convert

RGB 1 112 172 -
CMYK 0.99 0.35 0 0.33
HSL 201.05º 0.99% 0.34% -
HSV(B) 201.05º 0.99% 0.67% -
XYZ 13.25 14.57 41.14 -
YUV 85.65 176.73 67.62 -
System Red Green Blue C M Y K H S L
Decimal 1 112 172 0.99 0.35 0 0.33 201.05 0.99 0.34
Hex 1 70 AC 63 23 0 21 C9 63 22
Octal 1 160 254 143 43 0 41 311 143 42
Binary 1 1110000 10101100 1100011 100011 0 100001 11001001 1100011 100010

Color Harmonies of #0170AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0170AC

Black with #0170AC

Text Example


Text Example

White with #0170AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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