Html Css Color HEX #016692 Cerulean

📋 copy color: '#016692'

red 1 ◦ green 102 ◦ blue 146

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

Shades of Cerulean #016692

Tints of Cerulean #016692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.63%

R = 0.4%
G = 40.96%
B = 58.63%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#016692 (or 0x016692) is known color: Cerulean. HEX triplet: 01, 66 and 92. RGB value is (1,102,146). Sum of RGB (Red+Green+Blue) = 1+102+146=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #016692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016692 is #FE996D. Grayscale: #4C4C4C. Windows color (decimal): -16685422 or 9594369. OLE color: 9594369.

HSL color Cylindrical-coordinate representation of color #016692: hue angle of 198.21º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016692 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 102 146 -
CMYK 0.99 0.30 0 0.43
HSL 198.21º 0.99% 0.29% -
HSV(B) 198.21º 0.99% 0.57% -
XYZ 9.95 11.58 28.91 -
YUV 76.82 167.04 73.92 -
System Red Green Blue C M Y K H S L
Decimal 1 102 146 0.99 0.30 0 0.43 198.21 0.99 0.29
Hex 1 66 92 63 1E 0 2B C6 63 1D
Octal 1 146 222 143 36 0 53 306 143 35
Binary 1 1100110 10010010 1100011 11110 0 101011 11000110 1100011 11101

Color Harmonies of #016692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016692

Black with #016692

Text Example


Text Example

White with #016692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016692; }

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

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

background-color css

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

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

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

border-color css

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

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

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