Html Css Color HEX #016992 Cerulean

📋 copy color: '#016992'

red 1 ◦ green 105 ◦ blue 146

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

Shades of Cerulean #016992

Tints of Cerulean #016992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.67%

 BLUE value IS 146 (57.42% from 255) = 57.94%

R = 0.4%
G = 41.67%
B = 57.94%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#016992 (or 0x016992) is known color: Cerulean. HEX triplet: 01, 69 and 92. RGB value is (1,105,146). Sum of RGB (Red+Green+Blue) = 1+105+146=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #016992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016992 is #FE966D. Grayscale: #4E4E4E. Windows color (decimal): -16684654 or 9595137. OLE color: 9595137.

HSL color Cylindrical-coordinate representation of color #016992: hue angle of 196.97º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016992 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 105 146 -
CMYK 0.99 0.28 0 0.43
HSL 196.97º 0.99% 0.29% -
HSV(B) 196.97º 0.99% 0.57% -
XYZ 10.25 12.18 29.01 -
YUV 78.58 166.04 72.67 -
System Red Green Blue C M Y K H S L
Decimal 1 105 146 0.99 0.28 0 0.43 196.97 0.99 0.29
Hex 1 69 92 63 1C 0 2B C5 63 1D
Octal 1 151 222 143 34 0 53 305 143 35
Binary 1 1101001 10010010 1100011 11100 0 101011 11000101 1100011 11101

Color Harmonies of #016992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016992

Black with #016992

Text Example


Text Example

White with #016992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016992; }

 p { color: rgb(1,105,146); }

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

background-color css

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

 a { background-color: rgb(1,105,146); }

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

border-color css

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

 span { border-color: rgb(1,105,146); }

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