Html Css Color HEX #095984 Dark Cerulean

📋 copy color: '#095984'

red 9 ◦ green 89 ◦ blue 132

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

Shades of Dark Cerulean #095984

Tints of Dark Cerulean #095984

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.7%

 BLUE value IS 132 (51.95% from 255) = 57.39%

R = 3.91%
G = 38.7%
B = 57.39%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#095984 (or 0x095984) is known color: Dark Cerulean. HEX triplet: 09, 59 and 84. RGB value is (9,89,132). Sum of RGB (Red+Green+Blue) = 9+89+132=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #095984 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095984 is #F6A67B. Grayscale: #454545. Windows color (decimal): -16164476 or 8673545. OLE color: 8673545.

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

Color convert

RGB 9 89 132 -
CMYK 0.93 0.33 0 0.48
HSL 200.98º 0.87% 0.28% -
HSV(B) 200.98º 0.93% 0.52% -
XYZ 7.85 8.87 23.13 -
YUV 69.98 163 84.5 -
System Red Green Blue C M Y K H S L
Decimal 9 89 132 0.93 0.33 0 0.48 200.98 0.87 0.28
Hex 9 59 84 5D 21 0 30 C9 57 1C
Octal 11 131 204 135 41 0 60 311 127 34
Binary 1001 1011001 10000100 1011101 100001 0 110000 11001001 1010111 11100

Color Harmonies of #095984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095984

Black with #095984

Text Example


Text Example

White with #095984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095984; }

 p { color: rgb(9,89,132); }

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

background-color css

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

 a { background-color: rgb(9,89,132); }

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

border-color css

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

 span { border-color: rgb(9,89,132); }

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