Html Css Color HEX #095073 Dark Cerulean

📋 copy color: '#095073'

red 9 ◦ green 80 ◦ blue 115

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

Shades of Dark Cerulean #095073

Tints of Dark Cerulean #095073

RGB

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

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

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

R = 4.41%
G = 39.22%
B = 56.37%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#095073 (or 0x095073) is known color: Dark Cerulean. HEX triplet: 09, 50 and 73. RGB value is (9,80,115). Sum of RGB (Red+Green+Blue) = 9+80+115=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #095073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095073 is #F6AF8C. Grayscale: #3E3E3E. Windows color (decimal): -16166797 or 7557129. OLE color: 7557129.

HSL color Cylindrical-coordinate representation of color #095073: hue angle of 199.81º 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 #095073 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 80 115 -
CMYK 0.92 0.30 0 0.55
HSL 199.81º 0.85% 0.24% -
HSV(B) 199.81º 0.92% 0.45% -
XYZ 6.08 7.03 17.26 -
YUV 62.76 157.48 89.65 -
System Red Green Blue C M Y K H S L
Decimal 9 80 115 0.92 0.30 0 0.55 199.81 0.85 0.24
Hex 9 50 73 5C 1E 0 37 C8 55 18
Octal 11 120 163 134 36 0 67 310 125 30
Binary 1001 1010000 1110011 1011100 11110 0 110111 11001000 1010101 11000

Color Harmonies of #095073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095073

Black with #095073

Text Example


Text Example

White with #095073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095073; }

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

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

background-color css

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

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

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

border-color css

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

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

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