Html Css Color HEX #095273 Dark Cerulean

📋 copy color: '#095273'

red 9 ◦ green 82 ◦ blue 115

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

Shades of Dark Cerulean #095273

Tints of Dark Cerulean #095273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 55.83%

R = 4.37%
G = 39.81%
B = 55.83%

CMYK

 C value IS 0.92

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#095273 (or 0x095273) is known color: Dark Cerulean. HEX triplet: 09, 52 and 73. RGB value is (9,82,115). Sum of RGB (Red+Green+Blue) = 9+82+115=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #095273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095273 is #F6AD8C. Grayscale: #3F3F3F. Windows color (decimal): -16166285 or 7557641. OLE color: 7557641.

HSL color Cylindrical-coordinate representation of color #095273: hue angle of 198.68º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095273 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 82 115 -
CMYK 0.92 0.29 0 0.55
HSL 198.68º 0.85% 0.24% -
HSV(B) 198.68º 0.92% 0.45% -
XYZ 6.22 7.33 17.31 -
YUV 63.94 156.82 88.82 -
System Red Green Blue C M Y K H S L
Decimal 9 82 115 0.92 0.29 0 0.55 198.68 0.85 0.24
Hex 9 52 73 5C 1D 0 37 C7 55 18
Octal 11 122 163 134 35 0 67 307 125 30
Binary 1001 1010010 1110011 1011100 11101 0 110111 11000111 1010101 11000

Color Harmonies of #095273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095273

Black with #095273

Text Example


Text Example

White with #095273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095273; }

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

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

background-color css

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

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

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

border-color css

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

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

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