Html Css Color HEX #016395 Cerulean

📋 copy color: '#016395'

red 1 ◦ green 99 ◦ blue 149

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

Shades of Cerulean #016395

Tints of Cerulean #016395

RGB

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

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

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

R = 0.4%
G = 39.76%
B = 59.84%

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

#016395 (or 0x016395) is known color: Cerulean. HEX triplet: 01, 63 and 95. RGB value is (1,99,149). Sum of RGB (Red+Green+Blue) = 1+99+149=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #016395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016395 is #FE9C6A. Grayscale: #4B4B4B. Windows color (decimal): -16686187 or 9790209. OLE color: 9790209.

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

Color convert

RGB 1 99 149 -
CMYK 0.99 0.34 0 0.42
HSL 200.27º 0.99% 0.29% -
HSV(B) 200.27º 0.99% 0.58% -
XYZ 9.9 11.1 30.05 -
YUV 75.4 169.53 74.93 -
System Red Green Blue C M Y K H S L
Decimal 1 99 149 0.99 0.34 0 0.42 200.27 0.99 0.29
Hex 1 63 95 63 22 0 2A C8 63 1D
Octal 1 143 225 143 42 0 52 310 143 35
Binary 1 1100011 10010101 1100011 100010 0 101010 11001000 1100011 11101

Color Harmonies of #016395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016395

Black with #016395

Text Example


Text Example

White with #016395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016395; }

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

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

background-color css

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

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

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

border-color css

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

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

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