Html Css Color HEX #0162A9 Cerulean

📋 copy color: '#0162A9'

red 1 ◦ green 98 ◦ blue 169

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

Shades of Cerulean #0162A9

Tints of Cerulean #0162A9

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.57%

 BLUE value IS 169 (66.41% from 255) = 63.06%

R = 0.37%
G = 36.57%
B = 63.06%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0162A9 (or 0x0162A9) is known color: Cerulean. HEX triplet: 01, 62 and A9. RGB value is (1,98,169). Sum of RGB (Red+Green+Blue) = 1+98+169=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 169 (66.41% from 255 or 63.06% from 268); Max value from RGB is 169 - color contains mainly: blue. Hex color #0162A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0162A9 is #FE9D56. Grayscale: #4C4C4C. Windows color (decimal): -16686423 or 11100673. OLE color: 11100673.

HSL color Cylindrical-coordinate representation of color #0162A9: hue angle of 205.36º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0162A9 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 1 98 169 -
CMYK 0.99 0.42 0 0.34
HSL 205.36º 0.99% 0.33% -
HSV(B) 205.36º 0.99% 0.66% -
XYZ 11.54 11.61 39.17 -
YUV 77.09 179.86 73.73 -
System Red Green Blue C M Y K H S L
Decimal 1 98 169 0.99 0.42 0 0.34 205.36 0.99 0.33
Hex 1 62 A9 63 2A 0 22 CD 63 21
Octal 1 142 251 143 52 0 42 315 143 41
Binary 1 1100010 10101001 1100011 101010 0 100010 11001101 1100011 100001

Color Harmonies of #0162A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0162A9

Black with #0162A9

Text Example


Text Example

White with #0162A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0162A9; }

 p { color: rgb(1,98,169); }

 H1.HeaderClassName
 {
   color: #0162A9;
 }
 .AnyTagClassName
 {
   color: #0162A9;
 }
</style>

background-color css

<style>
 a { background-color: #0162A9; }

 a { background-color: rgb(1,98,169); }

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

border-color css

<style>
 span { border-color: #0162A9; }

 span { border-color: rgb(1,98,169); }

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