Html Css Color HEX #015591 Dark Cerulean

📋 copy color: '#015591'

red 1 ◦ green 85 ◦ blue 145

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

Shades of Dark Cerulean #015591

Tints of Dark Cerulean #015591

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.8%

 BLUE value IS 145 (57.03% from 255) = 62.77%

R = 0.43%
G = 36.8%
B = 62.77%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#015591 (or 0x015591) is known color: Dark Cerulean. HEX triplet: 01, 55 and 91. RGB value is (1,85,145). Sum of RGB (Red+Green+Blue) = 1+85+145=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #015591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015591 is #FEAA6E. Grayscale: #424242. Windows color (decimal): -16689775 or 9524481. OLE color: 9524481.

HSL color Cylindrical-coordinate representation of color #015591: hue angle of 205º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015591 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 85 145 -
CMYK 0.99 0.41 0 0.43
HSL 205º 0.99% 0.29% -
HSV(B) 205º 0.99% 0.57% -
XYZ 8.37 8.55 28 -
YUV 66.72 172.17 81.12 -
System Red Green Blue C M Y K H S L
Decimal 1 85 145 0.99 0.41 0 0.43 205 0.99 0.29
Hex 1 55 91 63 29 0 2B CD 63 1D
Octal 1 125 221 143 51 0 53 315 143 35
Binary 1 1010101 10010001 1100011 101001 0 101011 11001101 1100011 11101

Color Harmonies of #015591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015591

Black with #015591

Text Example


Text Example

White with #015591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015591; }

 p { color: rgb(1,85,145); }

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

background-color css

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

 a { background-color: rgb(1,85,145); }

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

border-color css

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

 span { border-color: rgb(1,85,145); }

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