Html Css Color HEX #015592 Dark Cerulean

📋 copy color: '#015592'

red 1 ◦ green 85 ◦ blue 146

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

Shades of Dark Cerulean #015592

Tints of Dark Cerulean #015592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 62.93%

R = 0.43%
G = 36.64%
B = 62.93%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#015592 (or 0x015592) is known color: Dark Cerulean. HEX triplet: 01, 55 and 92. RGB value is (1,85,146). Sum of RGB (Red+Green+Blue) = 1+85+146=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #015592 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015592 is #FEAA6D. Grayscale: #424242. Windows color (decimal): -16689774 or 9590017. OLE color: 9590017.

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

Color convert

RGB 1 85 146 -
CMYK 0.99 0.42 0 0.43
HSL 205.24º 0.99% 0.29% -
HSV(B) 205.24º 0.99% 0.57% -
XYZ 8.45 8.58 28.4 -
YUV 66.84 172.67 81.04 -
System Red Green Blue C M Y K H S L
Decimal 1 85 146 0.99 0.42 0 0.43 205.24 0.99 0.29
Hex 1 55 92 63 2A 0 2B CD 63 1D
Octal 1 125 222 143 52 0 53 315 143 35
Binary 1 1010101 10010010 1100011 101010 0 101011 11001101 1100011 11101

Color Harmonies of #015592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015592

Black with #015592

Text Example


Text Example

White with #015592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015592; }

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

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

background-color css

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

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

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

border-color css

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

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

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