Html Css Color HEX #016295 Cerulean

📋 copy color: '#016295'

red 1 ◦ green 98 ◦ blue 149

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

Shades of Cerulean #016295

Tints of Cerulean #016295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.52%

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

R = 0.4%
G = 39.52%
B = 60.08%

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

#016295 (or 0x016295) is known color: Cerulean. HEX triplet: 01, 62 and 95. RGB value is (1,98,149). Sum of RGB (Red+Green+Blue) = 1+98+149=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #016295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016295 is #FE9D6A. Grayscale: #4A4A4A. Windows color (decimal): -16686443 or 9789953. OLE color: 9789953.

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

Color convert

RGB 1 98 149 -
CMYK 0.99 0.34 0 0.42
HSL 200.68º 0.99% 0.29% -
HSV(B) 200.68º 0.99% 0.58% -
XYZ 9.81 10.91 30.02 -
YUV 74.81 169.86 75.35 -
System Red Green Blue C M Y K H S L
Decimal 1 98 149 0.99 0.34 0 0.42 200.68 0.99 0.29
Hex 1 62 95 63 22 0 2A C9 63 1D
Octal 1 142 225 143 42 0 52 311 143 35
Binary 1 1100010 10010101 1100011 100010 0 101010 11001001 1100011 11101

Color Harmonies of #016295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016295

Black with #016295

Text Example


Text Example

White with #016295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016295; }

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

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

background-color css

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

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

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

border-color css

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

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

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