Html Css Color HEX #015695 Dark Cerulean

📋 copy color: '#015695'

red 1 ◦ green 86 ◦ blue 149

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

Shades of Dark Cerulean #015695

Tints of Dark Cerulean #015695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.44%

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

R = 0.42%
G = 36.44%
B = 63.14%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#015695 (or 0x015695) is known color: Dark Cerulean. HEX triplet: 01, 56 and 95. RGB value is (1,86,149). Sum of RGB (Red+Green+Blue) = 1+86+149=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #015695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015695 is #FEA96A. Grayscale: #434343. Windows color (decimal): -16689515 or 9786881. OLE color: 9786881.

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

Color convert

RGB 1 86 149 -
CMYK 0.99 0.42 0 0.42
HSL 205.54º 0.99% 0.29% -
HSV(B) 205.54º 0.99% 0.58% -
XYZ 8.77 8.83 29.68 -
YUV 67.77 173.84 80.38 -
System Red Green Blue C M Y K H S L
Decimal 1 86 149 0.99 0.42 0 0.42 205.54 0.99 0.29
Hex 1 56 95 63 2A 0 2A CE 63 1D
Octal 1 126 225 143 52 0 52 316 143 35
Binary 1 1010110 10010101 1100011 101010 0 101010 11001110 1100011 11101

Color Harmonies of #015695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015695

Black with #015695

Text Example


Text Example

White with #015695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015695; }

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

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

background-color css

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

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

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

border-color css

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

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

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