Html Css Color HEX #016C94 Cerulean

📋 copy color: '#016C94'

red 1 ◦ green 108 ◦ blue 148

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

Shades of Cerulean #016C94

Tints of Cerulean #016C94

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.02%

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

R = 0.39%
G = 42.02%
B = 57.59%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#016C94 (or 0x016C94) is known color: Cerulean. HEX triplet: 01, 6C and 94. RGB value is (1,108,148). Sum of RGB (Red+Green+Blue) = 1+108+148=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #016C94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016C94 is #FE936B. Grayscale: #505050. Windows color (decimal): -16683884 or 9726977. OLE color: 9726977.

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

Color convert

RGB 1 108 148 -
CMYK 0.99 0.27 0 0.42
HSL 196.33º 0.99% 0.29% -
HSV(B) 196.33º 0.99% 0.58% -
XYZ 10.72 12.87 29.94 -
YUV 80.57 166.05 71.25 -
System Red Green Blue C M Y K H S L
Decimal 1 108 148 0.99 0.27 0 0.42 196.33 0.99 0.29
Hex 1 6C 94 63 1B 0 2A C4 63 1D
Octal 1 154 224 143 33 0 52 304 143 35
Binary 1 1101100 10010100 1100011 11011 0 101010 11000100 1100011 11101

Color Harmonies of #016C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016C94

Black with #016C94

Text Example


Text Example

White with #016C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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