Html Css Color HEX #095585 Dark Cerulean

📋 copy color: '#095585'

red 9 ◦ green 85 ◦ blue 133

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

Shades of Dark Cerulean #095585

Tints of Dark Cerulean #095585

RGB

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

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

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

R = 3.96%
G = 37.44%
B = 58.59%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#095585 (or 0x095585) is known color: Dark Cerulean. HEX triplet: 09, 55 and 85. RGB value is (9,85,133). Sum of RGB (Red+Green+Blue) = 9+85+133=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #095585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095585 is #F6AA7A. Grayscale: #434343. Windows color (decimal): -16165499 or 8738057. OLE color: 8738057.

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

Color convert

RGB 9 85 133 -
CMYK 0.93 0.36 0 0.48
HSL 203.23º 0.87% 0.28% -
HSV(B) 203.23º 0.93% 0.52% -
XYZ 7.59 8.25 23.38 -
YUV 67.75 164.82 86.1 -
System Red Green Blue C M Y K H S L
Decimal 9 85 133 0.93 0.36 0 0.48 203.23 0.87 0.28
Hex 9 55 85 5D 24 0 30 CB 57 1C
Octal 11 125 205 135 44 0 60 313 127 34
Binary 1001 1010101 10000101 1011101 100100 0 110000 11001011 1010111 11100

Color Harmonies of #095585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095585

Black with #095585

Text Example


Text Example

White with #095585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095585; }

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

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

background-color css

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

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

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

border-color css

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

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

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