Html Css Color HEX #016090 Dark Cerulean

📋 copy color: '#016090'

red 1 ◦ green 96 ◦ blue 144

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

Shades of Dark Cerulean #016090

Tints of Dark Cerulean #016090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 59.75%

R = 0.41%
G = 39.83%
B = 59.75%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#016090 (or 0x016090) is known color: Dark Cerulean. HEX triplet: 01, 60 and 90. RGB value is (1,96,144). Sum of RGB (Red+Green+Blue) = 1+96+144=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #016090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016090 is #FE9F6F. Grayscale: #484848. Windows color (decimal): -16686960 or 9461761. OLE color: 9461761.

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

Color convert

RGB 1 96 144 -
CMYK 0.99 0.33 0 0.44
HSL 200.14º 0.99% 0.28% -
HSV(B) 200.14º 0.99% 0.56% -
XYZ 9.23 10.39 27.9 -
YUV 73.07 168.03 76.6 -
System Red Green Blue C M Y K H S L
Decimal 1 96 144 0.99 0.33 0 0.44 200.14 0.99 0.28
Hex 1 60 90 63 21 0 2C C8 63 1C
Octal 1 140 220 143 41 0 54 310 143 34
Binary 1 1100000 10010000 1100011 100001 0 101100 11001000 1100011 11100

Color Harmonies of #016090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016090

Black with #016090

Text Example


Text Example

White with #016090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016090; }

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

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

background-color css

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

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

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

border-color css

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

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

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