Html Css Color HEX #016895 Cerulean

📋 copy color: '#016895'

red 1 ◦ green 104 ◦ blue 149

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

Shades of Cerulean #016895

Tints of Cerulean #016895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.94%

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

R = 0.39%
G = 40.94%
B = 58.66%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#016895 (or 0x016895) is known color: Cerulean. HEX triplet: 01, 68 and 95. RGB value is (1,104,149). Sum of RGB (Red+Green+Blue) = 1+104+149=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #016895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016895 is #FE976A. Grayscale: #4E4E4E. Windows color (decimal): -16684907 or 9791489. OLE color: 9791489.

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

Color convert

RGB 1 104 149 -
CMYK 0.99 0.30 0 0.42
HSL 198.24º 0.99% 0.29% -
HSV(B) 198.24º 0.99% 0.58% -
XYZ 10.39 12.08 30.22 -
YUV 78.33 167.88 72.84 -
System Red Green Blue C M Y K H S L
Decimal 1 104 149 0.99 0.30 0 0.42 198.24 0.99 0.29
Hex 1 68 95 63 1E 0 2A C6 63 1D
Octal 1 150 225 143 36 0 52 306 143 35
Binary 1 1101000 10010101 1100011 11110 0 101010 11000110 1100011 11101

Color Harmonies of #016895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016895

Black with #016895

Text Example


Text Example

White with #016895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016895; }

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

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

background-color css

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

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

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

border-color css

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

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

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