Html Css Color HEX #016091 Cerulean

📋 copy color: '#016091'

red 1 ◦ green 96 ◦ blue 145

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

Shades of Cerulean #016091

Tints of Cerulean #016091

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.67%

 BLUE value IS 145 (57.03% from 255) = 59.92%

R = 0.41%
G = 39.67%
B = 59.92%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#016091 (or 0x016091) is known color: Cerulean. HEX triplet: 01, 60 and 91. RGB value is (1,96,145). Sum of RGB (Red+Green+Blue) = 1+96+145=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 145 (57.03% from 255 or 59.92% from 242); Max value from RGB is 145 - color contains mainly: blue. Hex color #016091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016091 is #FE9F6E. Grayscale: #484848. Windows color (decimal): -16686959 or 9527297. OLE color: 9527297.

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

Color convert

RGB 1 96 145 -
CMYK 0.99 0.34 0 0.43
HSL 200.42º 0.99% 0.29% -
HSV(B) 200.42º 0.99% 0.57% -
XYZ 9.31 10.42 28.31 -
YUV 73.18 168.53 76.52 -
System Red Green Blue C M Y K H S L
Decimal 1 96 145 0.99 0.34 0 0.43 200.42 0.99 0.29
Hex 1 60 91 63 22 0 2B C8 63 1D
Octal 1 140 221 143 42 0 53 310 143 35
Binary 1 1100000 10010001 1100011 100010 0 101011 11001000 1100011 11101

Color Harmonies of #016091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016091

Black with #016091

Text Example


Text Example

White with #016091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016091; }

 p { color: rgb(1,96,145); }

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

background-color css

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

 a { background-color: rgb(1,96,145); }

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

border-color css

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

 span { border-color: rgb(1,96,145); }

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