Html Css Color HEX #015585 Dark Cerulean

📋 copy color: '#015585'

red 1 ◦ green 85 ◦ blue 133

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

Shades of Dark Cerulean #015585

Tints of Dark Cerulean #015585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 60.73%

R = 0.46%
G = 38.81%
B = 60.73%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#015585 (or 0x015585) is known color: Dark Cerulean. HEX triplet: 01, 55 and 85. RGB value is (1,85,133). Sum of RGB (Red+Green+Blue) = 1+85+133=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #015585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015585 is #FEAA7A. Grayscale: #414141. Windows color (decimal): -16689787 or 8738049. OLE color: 8738049.

HSL color Cylindrical-coordinate representation of color #015585: hue angle of 201.82º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015585 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 85 133 -
CMYK 0.99 0.36 0 0.48
HSL 201.82º 0.99% 0.26% -
HSV(B) 201.82º 0.99% 0.52% -
XYZ 7.49 8.2 23.38 -
YUV 65.36 166.17 82.1 -
System Red Green Blue C M Y K H S L
Decimal 1 85 133 0.99 0.36 0 0.48 201.82 0.99 0.26
Hex 1 55 85 63 24 0 30 CA 63 1A
Octal 1 125 205 143 44 0 60 312 143 32
Binary 1 1010101 10000101 1100011 100100 0 110000 11001010 1100011 11010

Color Harmonies of #015585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015585

Black with #015585

Text Example


Text Example

White with #015585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015585; }

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

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

background-color css

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

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

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

border-color css

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

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

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