Html Css Color HEX #016194 Cerulean

📋 copy color: '#016194'

red 1 ◦ green 97 ◦ blue 148

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

Shades of Cerulean #016194

Tints of Cerulean #016194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.43%

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

R = 0.41%
G = 39.43%
B = 60.16%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#016194 (or 0x016194) is known color: Cerulean. HEX triplet: 01, 61 and 94. RGB value is (1,97,148). Sum of RGB (Red+Green+Blue) = 1+97+148=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 148 (58.20% from 255 or 60.16% from 246); Max value from RGB is 148 - color contains mainly: blue. Hex color #016194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016194 is #FE9E6B. Grayscale: #494949. Windows color (decimal): -16686700 or 9724161. OLE color: 9724161.

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

Color convert

RGB 1 97 148 -
CMYK 0.99 0.34 0 0.42
HSL 200.82º 0.99% 0.29% -
HSV(B) 200.82º 0.99% 0.58% -
XYZ 9.63 10.69 29.57 -
YUV 74.11 169.7 75.85 -
System Red Green Blue C M Y K H S L
Decimal 1 97 148 0.99 0.34 0 0.42 200.82 0.99 0.29
Hex 1 61 94 63 22 0 2A C9 63 1D
Octal 1 141 224 143 42 0 52 311 143 35
Binary 1 1100001 10010100 1100011 100010 0 101010 11001001 1100011 11101

Color Harmonies of #016194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016194

Black with #016194

Text Example


Text Example

White with #016194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016194; }

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

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

background-color css

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

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

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

border-color css

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

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

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