Html Css Color HEX #095582 Dark Cerulean

📋 copy color: '#095582'

red 9 ◦ green 85 ◦ blue 130

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

Shades of Dark Cerulean #095582

Tints of Dark Cerulean #095582

RGB

 RED value IS 9 (3.91% from 255) = 4.02%

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

 BLUE value IS 130 (51.17% from 255) = 58.04%

R = 4.02%
G = 37.95%
B = 58.04%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#095582 (or 0x095582) is known color: Dark Cerulean. HEX triplet: 09, 55 and 82. RGB value is (9,85,130). Sum of RGB (Red+Green+Blue) = 9+85+130=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 130 (51.17% from 255 or 58.04% from 224); Max value from RGB is 130 - color contains mainly: blue. Hex color #095582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095582 is #F6AA7D. Grayscale: #434343. Windows color (decimal): -16165502 or 8541449. OLE color: 8541449.

HSL color Cylindrical-coordinate representation of color #095582: hue angle of 202.31º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095582 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 85 130 -
CMYK 0.93 0.35 0 0.49
HSL 202.31º 0.87% 0.27% -
HSV(B) 202.31º 0.93% 0.51% -
XYZ 7.39 8.17 22.31 -
YUV 67.41 163.32 86.34 -
System Red Green Blue C M Y K H S L
Decimal 9 85 130 0.93 0.35 0 0.49 202.31 0.87 0.27
Hex 9 55 82 5D 23 0 31 CA 57 1B
Octal 11 125 202 135 43 0 61 312 127 33
Binary 1001 1010101 10000010 1011101 100011 0 110001 11001010 1010111 11011

Color Harmonies of #095582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095582

Black with #095582

Text Example


Text Example

White with #095582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095582; }

 p { color: rgb(9,85,130); }

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

background-color css

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

 a { background-color: rgb(9,85,130); }

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

border-color css

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

 span { border-color: rgb(9,85,130); }

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