Html Css Color HEX #0172AD Cerulean

📋 copy color: '#0172AD'

red 1 ◦ green 114 ◦ blue 173

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

Shades of Cerulean #0172AD

Tints of Cerulean #0172AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 60.07%

R = 0.35%
G = 39.58%
B = 60.07%

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

#0172AD (or 0x0172AD) is known color: Cerulean. HEX triplet: 01, 72 and AD. RGB value is (1,114,173). Sum of RGB (Red+Green+Blue) = 1+114+173=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #0172AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0172AD is #FE8D52. Grayscale: #565656. Windows color (decimal): -16682323 or 11366913. OLE color: 11366913.

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

Color convert

RGB 1 114 173 -
CMYK 0.99 0.34 0 0.32
HSL 200.58º 0.99% 0.34% -
HSV(B) 200.58º 0.99% 0.68% -
XYZ 13.57 15.06 41.73 -
YUV 86.94 176.56 66.7 -
System Red Green Blue C M Y K H S L
Decimal 1 114 173 0.99 0.34 0 0.32 200.58 0.99 0.34
Hex 1 72 AD 63 22 0 20 C9 63 22
Octal 1 162 255 143 42 0 40 311 143 42
Binary 1 1110010 10101101 1100011 100010 0 100000 11001001 1100011 100010

Color Harmonies of #0172AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0172AD

Black with #0172AD

Text Example


Text Example

White with #0172AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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