Html Css Color HEX #095071 Dark Cerulean

📋 copy color: '#095071'

red 9 ◦ green 80 ◦ blue 113

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

Shades of Dark Cerulean #095071

Tints of Dark Cerulean #095071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 55.94%

R = 4.46%
G = 39.6%
B = 55.94%

CMYK

 C value IS 0.92

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#095071 (or 0x095071) is known color: Dark Cerulean. HEX triplet: 09, 50 and 71. RGB value is (9,80,113). Sum of RGB (Red+Green+Blue) = 9+80+113=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #095071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095071 is #F6AF8E. Grayscale: #3E3E3E. Windows color (decimal): -16166799 or 7426057. OLE color: 7426057.

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

Color convert

RGB 9 80 113 -
CMYK 0.92 0.29 0 0.56
HSL 199.04º 0.85% 0.24% -
HSV(B) 199.04º 0.92% 0.44% -
XYZ 5.96 6.99 16.66 -
YUV 62.53 156.48 89.82 -
System Red Green Blue C M Y K H S L
Decimal 9 80 113 0.92 0.29 0 0.56 199.04 0.85 0.24
Hex 9 50 71 5C 1D 0 38 C7 55 18
Octal 11 120 161 134 35 0 70 307 125 30
Binary 1001 1010000 1110001 1011100 11101 0 111000 11000111 1010101 11000

Color Harmonies of #095071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095071

Black with #095071

Text Example


Text Example

White with #095071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095071; }

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

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

background-color css

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

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

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

border-color css

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

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

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