Html Css Color HEX #016399 Cerulean

📋 copy color: '#016399'

red 1 ◦ green 99 ◦ blue 153

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

Shades of Cerulean #016399

Tints of Cerulean #016399

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.13%

 BLUE value IS 153 (60.16% from 255) = 60.47%

R = 0.4%
G = 39.13%
B = 60.47%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#016399 (or 0x016399) is known color: Cerulean. HEX triplet: 01, 63 and 99. RGB value is (1,99,153). Sum of RGB (Red+Green+Blue) = 1+99+153=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #016399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016399 is #FE9C66. Grayscale: #4B4B4B. Windows color (decimal): -16686183 or 10052353. OLE color: 10052353.

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

Color convert

RGB 1 99 153 -
CMYK 0.99 0.35 0 0.4
HSL 201.32º 0.99% 0.3% -
HSV(B) 201.32º 0.99% 0.6% -
XYZ 10.22 11.23 31.77 -
YUV 75.85 171.53 74.61 -
System Red Green Blue C M Y K H S L
Decimal 1 99 153 0.99 0.35 0 0.4 201.32 0.99 0.3
Hex 1 63 99 63 23 0 28 C9 63 1E
Octal 1 143 231 143 43 0 50 311 143 36
Binary 1 1100011 10011001 1100011 100011 0 101000 11001001 1100011 11110

Color Harmonies of #016399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016399

Black with #016399

Text Example


Text Example

White with #016399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016399; }

 p { color: rgb(1,99,153); }

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

background-color css

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

 a { background-color: rgb(1,99,153); }

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

border-color css

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

 span { border-color: rgb(1,99,153); }

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