Html Css Color HEX #095593 Dark Cerulean

📋 copy color: '#095593'

red 9 ◦ green 85 ◦ blue 147

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

Shades of Dark Cerulean #095593

Tints of Dark Cerulean #095593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 61%

R = 3.73%
G = 35.27%
B = 61%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#095593 (or 0x095593) is known color: Dark Cerulean. HEX triplet: 09, 55 and 93. RGB value is (9,85,147). Sum of RGB (Red+Green+Blue) = 9+85+147=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #095593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095593 is #F6AA6C. Grayscale: #454545. Windows color (decimal): -16165485 or 9655561. OLE color: 9655561.

HSL color Cylindrical-coordinate representation of color #095593: hue angle of 206.96º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095593 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 85 147 -
CMYK 0.94 0.42 0 0.42
HSL 206.96º 0.88% 0.31% -
HSV(B) 206.96º 0.94% 0.58% -
XYZ 8.63 8.66 28.82 -
YUV 69.34 171.82 84.96 -
System Red Green Blue C M Y K H S L
Decimal 9 85 147 0.94 0.42 0 0.42 206.96 0.88 0.31
Hex 9 55 93 5E 2A 0 2A CF 58 1F
Octal 11 125 223 136 52 0 52 317 130 37
Binary 1001 1010101 10010011 1011110 101010 0 101010 11001111 1011000 11111

Color Harmonies of #095593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095593

Black with #095593

Text Example


Text Example

White with #095593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095593; }

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

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

background-color css

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

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

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

border-color css

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

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

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