Html Css Color HEX #095075 Dark Cerulean

📋 copy color: '#095075'

red 9 ◦ green 80 ◦ blue 117

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

Shades of Dark Cerulean #095075

Tints of Dark Cerulean #095075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.8%

R = 4.37%
G = 38.83%
B = 56.8%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#095075 (or 0x095075) is known color: Dark Cerulean. HEX triplet: 09, 50 and 75. RGB value is (9,80,117). Sum of RGB (Red+Green+Blue) = 9+80+117=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #095075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095075 is #F6AF8A. Grayscale: #3E3E3E. Windows color (decimal): -16166795 or 7688201. OLE color: 7688201.

HSL color Cylindrical-coordinate representation of color #095075: hue angle of 200.56º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095075 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 80 117 -
CMYK 0.92 0.32 0 0.54
HSL 200.56º 0.86% 0.25% -
HSV(B) 200.56º 0.92% 0.46% -
XYZ 6.19 7.08 17.87 -
YUV 62.99 158.48 89.49 -
System Red Green Blue C M Y K H S L
Decimal 9 80 117 0.92 0.32 0 0.54 200.56 0.86 0.25
Hex 9 50 75 5C 20 0 36 C9 56 19
Octal 11 120 165 134 40 0 66 311 126 31
Binary 1001 1010000 1110101 1011100 100000 0 110110 11001001 1010110 11001

Color Harmonies of #095075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095075

Black with #095075

Text Example


Text Example

White with #095075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095075; }

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

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

background-color css

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

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

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

border-color css

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

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

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