Html Css Color HEX #095594 Dark Cerulean

📋 copy color: '#095594'

red 9 ◦ green 85 ◦ blue 148

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

Shades of Dark Cerulean #095594

Tints of Dark Cerulean #095594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 61.16%

R = 3.72%
G = 35.12%
B = 61.16%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#095594 (or 0x095594) is known color: Dark Cerulean. HEX triplet: 09, 55 and 94. RGB value is (9,85,148). Sum of RGB (Red+Green+Blue) = 9+85+148=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 148 (58.20% from 255 or 61.16% from 242); Max value from RGB is 148 - color contains mainly: blue. Hex color #095594 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095594 is #F6AA6B. Grayscale: #454545. Windows color (decimal): -16165484 or 9721097. OLE color: 9721097.

HSL color Cylindrical-coordinate representation of color #095594: hue angle of 207.19º degrees, saturation: 0.89, 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 #095594 is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 85 148 -
CMYK 0.94 0.43 0 0.42
HSL 207.19º 0.89% 0.31% -
HSV(B) 207.19º 0.94% 0.58% -
XYZ 8.71 8.69 29.24 -
YUV 69.46 172.32 84.88 -
System Red Green Blue C M Y K H S L
Decimal 9 85 148 0.94 0.43 0 0.42 207.19 0.89 0.31
Hex 9 55 94 5E 2B 0 2A CF 59 1F
Octal 11 125 224 136 53 0 52 317 131 37
Binary 1001 1010101 10010100 1011110 101011 0 101010 11001111 1011001 11111

Color Harmonies of #095594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095594

Black with #095594

Text Example


Text Example

White with #095594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095594; }

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

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

background-color css

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

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

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

border-color css

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

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

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