Html Css Color HEX #0172AE Cerulean

📋 copy color: '#0172AE'

red 1 ◦ green 114 ◦ blue 174

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

Shades of Cerulean #0172AE

Tints of Cerulean #0172AE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.45%

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

R = 0.35%
G = 39.45%
B = 60.21%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0172AE (or 0x0172AE) is known color: Cerulean. HEX triplet: 01, 72 and AE. RGB value is (1,114,174). Sum of RGB (Red+Green+Blue) = 1+114+174=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #0172AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0172AE is #FE8D51. Grayscale: #565656. Windows color (decimal): -16682322 or 11432449. OLE color: 11432449.

HSL color Cylindrical-coordinate representation of color #0172AE: hue angle of 200.81º 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 #0172AE is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 114 174 -
CMYK 0.99 0.34 0 0.32
HSL 200.81º 0.99% 0.34% -
HSV(B) 200.81º 0.99% 0.68% -
XYZ 13.67 15.1 42.24 -
YUV 87.05 177.06 66.62 -
System Red Green Blue C M Y K H S L
Decimal 1 114 174 0.99 0.34 0 0.32 200.81 0.99 0.34
Hex 1 72 AE 63 22 0 20 C9 63 22
Octal 1 162 256 143 42 0 40 311 143 42
Binary 1 1110010 10101110 1100011 100010 0 100000 11001001 1100011 100010

Color Harmonies of #0172AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0172AE

Black with #0172AE

Text Example


Text Example

White with #0172AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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