Html Css Color HEX #016094 Cerulean

📋 copy color: '#016094'

red 1 ◦ green 96 ◦ blue 148

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

Shades of Cerulean #016094

Tints of Cerulean #016094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 60.41%

R = 0.41%
G = 39.18%
B = 60.41%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#016094 (or 0x016094) is known color: Cerulean. HEX triplet: 01, 60 and 94. RGB value is (1,96,148). Sum of RGB (Red+Green+Blue) = 1+96+148=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 148 (58.20% from 255 or 60.41% from 245); Max value from RGB is 148 - color contains mainly: blue. Hex color #016094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016094 is #FE9F6B. Grayscale: #494949. Windows color (decimal): -16686956 or 9723905. OLE color: 9723905.

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

Color convert

RGB 1 96 148 -
CMYK 0.99 0.35 0 0.42
HSL 201.22º 0.99% 0.29% -
HSV(B) 201.22º 0.99% 0.58% -
XYZ 9.54 10.51 29.54 -
YUV 73.52 170.03 76.27 -
System Red Green Blue C M Y K H S L
Decimal 1 96 148 0.99 0.35 0 0.42 201.22 0.99 0.29
Hex 1 60 94 63 23 0 2A C9 63 1D
Octal 1 140 224 143 43 0 52 311 143 35
Binary 1 1100000 10010100 1100011 100011 0 101010 11001001 1100011 11101

Color Harmonies of #016094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016094

Black with #016094

Text Example


Text Example

White with #016094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016094; }

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

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

background-color css

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

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

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

border-color css

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

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

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