Html Css Color HEX #095689 Dark Cerulean

📋 copy color: '#095689'

red 9 ◦ green 86 ◦ blue 137

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

Shades of Dark Cerulean #095689

Tints of Dark Cerulean #095689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.07%

 BLUE value IS 137 (53.91% from 255) = 59.05%

R = 3.88%
G = 37.07%
B = 59.05%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#095689 (or 0x095689) is known color: Dark Cerulean. HEX triplet: 09, 56 and 89. RGB value is (9,86,137). Sum of RGB (Red+Green+Blue) = 9+86+137=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 137 (53.91% from 255 or 59.05% from 232); Max value from RGB is 137 - color contains mainly: blue. Hex color #095689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095689 is #F6A976. Grayscale: #444444. Windows color (decimal): -16165239 or 9000457. OLE color: 9000457.

HSL color Cylindrical-coordinate representation of color #095689: hue angle of 203.91º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095689 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 86 137 -
CMYK 0.93 0.37 0 0.46
HSL 203.91º 0.88% 0.29% -
HSV(B) 203.91º 0.93% 0.54% -
XYZ 7.96 8.52 24.89 -
YUV 68.79 166.49 85.35 -
System Red Green Blue C M Y K H S L
Decimal 9 86 137 0.93 0.37 0 0.46 203.91 0.88 0.29
Hex 9 56 89 5D 25 0 2E CC 58 1D
Octal 11 126 211 135 45 0 56 314 130 35
Binary 1001 1010110 10001001 1011101 100101 0 101110 11001100 1011000 11101

Color Harmonies of #095689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095689

Black with #095689

Text Example


Text Example

White with #095689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095689; }

 p { color: rgb(9,86,137); }

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

background-color css

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

 a { background-color: rgb(9,86,137); }

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

border-color css

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

 span { border-color: rgb(9,86,137); }

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