Html Css Color HEX #095580 Dark Cerulean

📋 copy color: '#095580'

red 9 ◦ green 85 ◦ blue 128

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

Shades of Dark Cerulean #095580

Tints of Dark Cerulean #095580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 57.66%

R = 4.05%
G = 38.29%
B = 57.66%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#095580 (or 0x095580) is known color: Dark Cerulean. HEX triplet: 09, 55 and 80. RGB value is (9,85,128). Sum of RGB (Red+Green+Blue) = 9+85+128=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #095580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095580 is #F6AA7F. Grayscale: #424242. Windows color (decimal): -16165504 or 8410377. OLE color: 8410377.

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

Color convert

RGB 9 85 128 -
CMYK 0.93 0.34 0 0.50
HSL 201.68º 0.87% 0.27% -
HSV(B) 201.68º 0.93% 0.5% -
XYZ 7.26 8.11 21.61 -
YUV 67.18 162.32 86.5 -
System Red Green Blue C M Y K H S L
Decimal 9 85 128 0.93 0.34 0 0.50 201.68 0.87 0.27
Hex 9 55 80 5D 22 0 32 CA 57 1B
Octal 11 125 200 135 42 0 62 312 127 33
Binary 1001 1010101 10000000 1011101 100010 0 110010 11001010 1010111 11011

Color Harmonies of #095580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095580

Black with #095580

Text Example


Text Example

White with #095580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095580; }

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

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

background-color css

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

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

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

border-color css

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

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

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