Html Css Color HEX #095295 Dark Cerulean

📋 copy color: '#095295'

red 9 ◦ green 82 ◦ blue 149

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

Shades of Dark Cerulean #095295

Tints of Dark Cerulean #095295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.17%

 BLUE value IS 149 (58.59% from 255) = 62.08%

R = 3.75%
G = 34.17%
B = 62.08%

CMYK

 C value IS 0.94

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#095295 (or 0x095295) is known color: Dark Cerulean. HEX triplet: 09, 52 and 95. RGB value is (9,82,149). Sum of RGB (Red+Green+Blue) = 9+82+149=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #095295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095295 is #F6AD6A. Grayscale: #434343. Windows color (decimal): -16166251 or 9785865. OLE color: 9785865.

HSL color Cylindrical-coordinate representation of color #095295: hue angle of 208.71º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095295 is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 82 149 -
CMYK 0.94 0.45 0 0.42
HSL 208.71º 0.89% 0.31% -
HSV(B) 208.71º 0.94% 0.58% -
XYZ 8.55 8.26 29.58 -
YUV 67.81 173.82 86.05 -
System Red Green Blue C M Y K H S L
Decimal 9 82 149 0.94 0.45 0 0.42 208.71 0.89 0.31
Hex 9 52 95 5E 2D 0 2A D1 59 1F
Octal 11 122 225 136 55 0 52 321 131 37
Binary 1001 1010010 10010101 1011110 101101 0 101010 11010001 1011001 11111

Color Harmonies of #095295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095295

Black with #095295

Text Example


Text Example

White with #095295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095295; }

 p { color: rgb(9,82,149); }

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

background-color css

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

 a { background-color: rgb(9,82,149); }

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

border-color css

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

 span { border-color: rgb(9,82,149); }

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