Html Css Color HEX #016292 Cerulean

📋 copy color: '#016292'

red 1 ◦ green 98 ◦ blue 146

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

Shades of Cerulean #016292

Tints of Cerulean #016292

RGB

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

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

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

R = 0.41%
G = 40%
B = 59.59%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#016292 (or 0x016292) is known color: Cerulean. HEX triplet: 01, 62 and 92. RGB value is (1,98,146). Sum of RGB (Red+Green+Blue) = 1+98+146=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #016292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016292 is #FE9D6D. Grayscale: #4A4A4A. Windows color (decimal): -16686446 or 9593345. OLE color: 9593345.

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

Color convert

RGB 1 98 146 -
CMYK 0.99 0.33 0 0.43
HSL 199.86º 0.99% 0.29% -
HSV(B) 199.86º 0.99% 0.57% -
XYZ 9.57 10.82 28.78 -
YUV 74.47 168.36 75.6 -
System Red Green Blue C M Y K H S L
Decimal 1 98 146 0.99 0.33 0 0.43 199.86 0.99 0.29
Hex 1 62 92 63 21 0 2B C8 63 1D
Octal 1 142 222 143 41 0 53 310 143 35
Binary 1 1100010 10010010 1100011 100001 0 101011 11001000 1100011 11101

Color Harmonies of #016292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016292

Black with #016292

Text Example


Text Example

White with #016292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016292; }

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

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

background-color css

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

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

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

border-color css

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

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

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