Html Css Color HEX #095090 Dark Cerulean

📋 copy color: '#095090'

red 9 ◦ green 80 ◦ blue 144

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

Shades of Dark Cerulean #095090

Tints of Dark Cerulean #095090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.33%

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

R = 3.86%
G = 34.33%
B = 61.8%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#095090 (or 0x095090) is known color: Dark Cerulean. HEX triplet: 09, 50 and 90. RGB value is (9,80,144). Sum of RGB (Red+Green+Blue) = 9+80+144=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #095090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095090 is #F6AF6F. Grayscale: #414141. Windows color (decimal): -16166768 or 9457673. OLE color: 9457673.

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

Color convert

RGB 9 80 144 -
CMYK 0.94 0.44 0 0.44
HSL 208.44º 0.88% 0.3% -
HSV(B) 208.44º 0.94% 0.56% -
XYZ 8.02 7.81 27.47 -
YUV 66.07 171.98 87.3 -
System Red Green Blue C M Y K H S L
Decimal 9 80 144 0.94 0.44 0 0.44 208.44 0.88 0.3
Hex 9 50 90 5E 2C 0 2C D0 58 1E
Octal 11 120 220 136 54 0 54 320 130 36
Binary 1001 1010000 10010000 1011110 101100 0 101100 11010000 1011000 11110

Color Harmonies of #095090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095090

Black with #095090

Text Example


Text Example

White with #095090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095090; }

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

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

background-color css

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

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

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

border-color css

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

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

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