Html Css Color HEX #016994 Cerulean

📋 copy color: '#016994'

red 1 ◦ green 105 ◦ blue 148

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

Shades of Cerulean #016994

Tints of Cerulean #016994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.34%

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

R = 0.39%
G = 41.34%
B = 58.27%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#016994 (or 0x016994) is known color: Cerulean. HEX triplet: 01, 69 and 94. RGB value is (1,105,148). Sum of RGB (Red+Green+Blue) = 1+105+148=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #016994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016994 is #FE966B. Grayscale: #4E4E4E. Windows color (decimal): -16684652 or 9726209. OLE color: 9726209.

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

Color convert

RGB 1 105 148 -
CMYK 0.99 0.29 0 0.42
HSL 197.55º 0.99% 0.29% -
HSV(B) 197.55º 0.99% 0.58% -
XYZ 10.41 12.25 29.83 -
YUV 78.81 167.04 72.5 -
System Red Green Blue C M Y K H S L
Decimal 1 105 148 0.99 0.29 0 0.42 197.55 0.99 0.29
Hex 1 69 94 63 1D 0 2A C6 63 1D
Octal 1 151 224 143 35 0 52 306 143 35
Binary 1 1101001 10010100 1100011 11101 0 101010 11000110 1100011 11101

Color Harmonies of #016994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016994

Black with #016994

Text Example


Text Example

White with #016994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016994; }

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

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

background-color css

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

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

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

border-color css

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

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

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