Html Css Color HEX #095072 Dark Cerulean

📋 copy color: '#095072'

red 9 ◦ green 80 ◦ blue 114

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

Shades of Dark Cerulean #095072

Tints of Dark Cerulean #095072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 56.16%

R = 4.43%
G = 39.41%
B = 56.16%

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

#095072 (or 0x095072) is known color: Dark Cerulean. HEX triplet: 09, 50 and 72. RGB value is (9,80,114). Sum of RGB (Red+Green+Blue) = 9+80+114=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #095072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095072 is #F6AF8D. Grayscale: #3E3E3E. Windows color (decimal): -16166798 or 7491593. OLE color: 7491593.

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

Color convert

RGB 9 80 114 -
CMYK 0.92 0.30 0 0.55
HSL 199.43º 0.85% 0.24% -
HSV(B) 199.43º 0.92% 0.45% -
XYZ 6.02 7.01 16.96 -
YUV 62.65 156.98 89.74 -
System Red Green Blue C M Y K H S L
Decimal 9 80 114 0.92 0.30 0 0.55 199.43 0.85 0.24
Hex 9 50 72 5C 1E 0 37 C7 55 18
Octal 11 120 162 134 36 0 67 307 125 30
Binary 1001 1010000 1110010 1011100 11110 0 110111 11000111 1010101 11000

Color Harmonies of #095072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095072

Black with #095072

Text Example


Text Example

White with #095072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095072; }

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

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

background-color css

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

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

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

border-color css

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

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

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