Html Css Color HEX #016695 Cerulean

📋 copy color: '#016695'

red 1 ◦ green 102 ◦ blue 149

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

Shades of Cerulean #016695

Tints of Cerulean #016695

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.48%

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

R = 0.4%
G = 40.48%
B = 59.13%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#016695 (or 0x016695) is known color: Cerulean. HEX triplet: 01, 66 and 95. RGB value is (1,102,149). Sum of RGB (Red+Green+Blue) = 1+102+149=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #016695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016695 is #FE996A. Grayscale: #4C4C4C. Windows color (decimal): -16685419 or 9790977. OLE color: 9790977.

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

Color convert

RGB 1 102 149 -
CMYK 0.99 0.32 0 0.42
HSL 199.05º 0.99% 0.29% -
HSV(B) 199.05º 0.99% 0.58% -
XYZ 10.19 11.68 30.15 -
YUV 77.16 168.54 73.68 -
System Red Green Blue C M Y K H S L
Decimal 1 102 149 0.99 0.32 0 0.42 199.05 0.99 0.29
Hex 1 66 95 63 20 0 2A C7 63 1D
Octal 1 146 225 143 40 0 52 307 143 35
Binary 1 1100110 10010101 1100011 100000 0 101010 11000111 1100011 11101

Color Harmonies of #016695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016695

Black with #016695

Text Example


Text Example

White with #016695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016695; }

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

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

background-color css

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

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

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

border-color css

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

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

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