Html Css Color HEX #095890 Dark Cerulean

📋 copy color: '#095890'

red 9 ◦ green 88 ◦ blue 144

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

Shades of Dark Cerulean #095890

Tints of Dark Cerulean #095890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.51%

 BLUE value IS 144 (56.64% from 255) = 59.75%

R = 3.73%
G = 36.51%
B = 59.75%

CMYK

 C value IS 0.94

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#095890 (or 0x095890) is known color: Dark Cerulean. HEX triplet: 09, 58 and 90. RGB value is (9,88,144). Sum of RGB (Red+Green+Blue) = 9+88+144=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #095890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095890 is #F6A76F. Grayscale: #464646. Windows color (decimal): -16164720 or 9459721. OLE color: 9459721.

HSL color Cylindrical-coordinate representation of color #095890: hue angle of 204.89º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095890 is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 88 144 -
CMYK 0.94 0.39 0 0.44
HSL 204.89º 0.88% 0.3% -
HSV(B) 204.89º 0.94% 0.56% -
XYZ 8.64 9.05 27.68 -
YUV 70.76 169.33 83.95 -
System Red Green Blue C M Y K H S L
Decimal 9 88 144 0.94 0.39 0 0.44 204.89 0.88 0.3
Hex 9 58 90 5E 27 0 2C CD 58 1E
Octal 11 130 220 136 47 0 54 315 130 36
Binary 1001 1011000 10010000 1011110 100111 0 101100 11001101 1011000 11110

Color Harmonies of #095890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095890

Black with #095890

Text Example


Text Example

White with #095890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095890; }

 p { color: rgb(9,88,144); }

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

background-color css

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

 a { background-color: rgb(9,88,144); }

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

border-color css

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

 span { border-color: rgb(9,88,144); }

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