Html Css Color HEX #095990 Dark Cerulean

📋 copy color: '#095990'

red 9 ◦ green 89 ◦ blue 144

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

Shades of Dark Cerulean #095990

Tints of Dark Cerulean #095990

RGB

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

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

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

R = 3.72%
G = 36.78%
B = 59.5%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#095990 (or 0x095990) is known color: Dark Cerulean. HEX triplet: 09, 59 and 90. RGB value is (9,89,144). Sum of RGB (Red+Green+Blue) = 9+89+144=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #095990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095990 is #F6A66F. Grayscale: #474747. Windows color (decimal): -16164464 or 9459977. OLE color: 9459977.

HSL color Cylindrical-coordinate representation of color #095990: hue angle of 204.44º 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 #095990 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 89 144 -
CMYK 0.94 0.38 0 0.44
HSL 204.44º 0.88% 0.3% -
HSV(B) 204.44º 0.94% 0.56% -
XYZ 8.72 9.22 27.7 -
YUV 71.35 169 83.53 -
System Red Green Blue C M Y K H S L
Decimal 9 89 144 0.94 0.38 0 0.44 204.44 0.88 0.3
Hex 9 59 90 5E 26 0 2C CC 58 1E
Octal 11 131 220 136 46 0 54 314 130 36
Binary 1001 1011001 10010000 1011110 100110 0 101100 11001100 1011000 11110

Color Harmonies of #095990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095990

Black with #095990

Text Example


Text Example

White with #095990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095990; }

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

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

background-color css

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

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

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

border-color css

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

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

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