Html Css Color HEX #095175 Dark Cerulean

📋 copy color: '#095175'

red 9 ◦ green 81 ◦ blue 117

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

Shades of Dark Cerulean #095175

Tints of Dark Cerulean #095175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.13%

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

R = 4.35%
G = 39.13%
B = 56.52%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#095175 (or 0x095175) is known color: Dark Cerulean. HEX triplet: 09, 51 and 75. RGB value is (9,81,117). Sum of RGB (Red+Green+Blue) = 9+81+117=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #095175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095175 is #F6AE8A. Grayscale: #3F3F3F. Windows color (decimal): -16166539 or 7688457. OLE color: 7688457.

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

Color convert

RGB 9 81 117 -
CMYK 0.92 0.31 0 0.54
HSL 200º 0.86% 0.25% -
HSV(B) 200º 0.92% 0.46% -
XYZ 6.27 7.23 17.89 -
YUV 63.58 158.15 89.07 -
System Red Green Blue C M Y K H S L
Decimal 9 81 117 0.92 0.31 0 0.54 200 0.86 0.25
Hex 9 51 75 5C 1F 0 36 C8 56 19
Octal 11 121 165 134 37 0 66 310 126 31
Binary 1001 1010001 1110101 1011100 11111 0 110110 11001000 1010110 11001

Color Harmonies of #095175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095175

Black with #095175

Text Example


Text Example

White with #095175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095175; }

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

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

background-color css

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

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

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

border-color css

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

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

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