Html Css Color HEX #016095 Cerulean

📋 copy color: '#016095'

red 1 ◦ green 96 ◦ blue 149

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

Shades of Cerulean #016095

Tints of Cerulean #016095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 60.57%

R = 0.41%
G = 39.02%
B = 60.57%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#016095 (or 0x016095) is known color: Cerulean. HEX triplet: 01, 60 and 95. RGB value is (1,96,149). Sum of RGB (Red+Green+Blue) = 1+96+149=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #016095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016095 is #FE9F6A. Grayscale: #494949. Windows color (decimal): -16686955 or 9789441. OLE color: 9789441.

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

Color convert

RGB 1 96 149 -
CMYK 0.99 0.36 0 0.42
HSL 201.49º 0.99% 0.29% -
HSV(B) 201.49º 0.99% 0.58% -
XYZ 9.62 10.54 29.96 -
YUV 73.64 170.53 76.19 -
System Red Green Blue C M Y K H S L
Decimal 1 96 149 0.99 0.36 0 0.42 201.49 0.99 0.29
Hex 1 60 95 63 24 0 2A C9 63 1D
Octal 1 140 225 143 44 0 52 311 143 35
Binary 1 1100000 10010101 1100011 100100 0 101010 11001001 1100011 11101

Color Harmonies of #016095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016095

Black with #016095

Text Example


Text Example

White with #016095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016095; }

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

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

background-color css

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

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

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

border-color css

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

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

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