Html Css Color HEX #095070 Dark Cerulean

📋 copy color: '#095070'

red 9 ◦ green 80 ◦ blue 112

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

Shades of Dark Cerulean #095070

Tints of Dark Cerulean #095070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 55.72%

R = 4.48%
G = 39.8%
B = 55.72%

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

#095070 (or 0x095070) is known color: Dark Cerulean. HEX triplet: 09, 50 and 70. RGB value is (9,80,112). Sum of RGB (Red+Green+Blue) = 9+80+112=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #095070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095070 is #F6AF8F. Grayscale: #3E3E3E. Windows color (decimal): -16166800 or 7360521. OLE color: 7360521.

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

Color convert

RGB 9 80 112 -
CMYK 0.92 0.29 0 0.56
HSL 198.64º 0.85% 0.24% -
HSV(B) 198.64º 0.92% 0.44% -
XYZ 5.91 6.97 16.36 -
YUV 62.42 155.98 89.9 -
System Red Green Blue C M Y K H S L
Decimal 9 80 112 0.92 0.29 0 0.56 198.64 0.85 0.24
Hex 9 50 70 5C 1D 0 38 C7 55 18
Octal 11 120 160 134 35 0 70 307 125 30
Binary 1001 1010000 1110000 1011100 11101 0 111000 11000111 1010101 11000

Color Harmonies of #095070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095070

Black with #095070

Text Example


Text Example

White with #095070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095070; }

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

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

background-color css

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

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

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

border-color css

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

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

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