Html Css Color HEX #095581 Dark Cerulean

📋 copy color: '#095581'

red 9 ◦ green 85 ◦ blue 129

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

Shades of Dark Cerulean #095581

Tints of Dark Cerulean #095581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 57.85%

R = 4.04%
G = 38.12%
B = 57.85%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#095581 (or 0x095581) is known color: Dark Cerulean. HEX triplet: 09, 55 and 81. RGB value is (9,85,129). Sum of RGB (Red+Green+Blue) = 9+85+129=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 129 (50.78% from 255 or 57.85% from 223); Max value from RGB is 129 - color contains mainly: blue. Hex color #095581 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095581 is #F6AA7E. Grayscale: #434343. Windows color (decimal): -16165503 or 8475913. OLE color: 8475913.

HSL color Cylindrical-coordinate representation of color #095581: hue angle of 202º 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 #095581 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 85 129 -
CMYK 0.93 0.34 0 0.49
HSL 202º 0.87% 0.27% -
HSV(B) 202º 0.93% 0.51% -
XYZ 7.32 8.14 21.95 -
YUV 67.29 162.82 86.42 -
System Red Green Blue C M Y K H S L
Decimal 9 85 129 0.93 0.34 0 0.49 202 0.87 0.27
Hex 9 55 81 5D 22 0 31 CA 57 1B
Octal 11 125 201 135 42 0 61 312 127 33
Binary 1001 1010101 10000001 1011101 100010 0 110001 11001010 1010111 11011

Color Harmonies of #095581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095581

Black with #095581

Text Example


Text Example

White with #095581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095581; }

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

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

background-color css

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

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

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

border-color css

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

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

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