Html Css Color HEX #016698 Cerulean

📋 copy color: '#016698'

red 1 ◦ green 102 ◦ blue 152

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

Shades of Cerulean #016698

Tints of Cerulean #016698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.61%

R = 0.39%
G = 40%
B = 59.61%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#016698 (or 0x016698) is known color: Cerulean. HEX triplet: 01, 66 and 98. RGB value is (1,102,152). Sum of RGB (Red+Green+Blue) = 1+102+152=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #016698 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016698 is #FE9967. Grayscale: #4D4D4D. Windows color (decimal): -16685416 or 9987585. OLE color: 9987585.

HSL color Cylindrical-coordinate representation of color #016698: hue angle of 199.87º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016698 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 102 152 -
CMYK 0.99 0.33 0 0.40
HSL 199.87º 0.99% 0.3% -
HSV(B) 199.87º 0.99% 0.6% -
XYZ 10.43 11.78 31.43 -
YUV 77.5 170.04 73.43 -
System Red Green Blue C M Y K H S L
Decimal 1 102 152 0.99 0.33 0 0.40 199.87 0.99 0.3
Hex 1 66 98 63 21 0 28 C8 63 1E
Octal 1 146 230 143 41 0 50 310 143 36
Binary 1 1100110 10011000 1100011 100001 0 101000 11001000 1100011 11110

Color Harmonies of #016698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016698

Black with #016698

Text Example


Text Example

White with #016698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016698; }

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

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

background-color css

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

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

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

border-color css

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

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

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