Html Css Color HEX #095476 Dark Cerulean

📋 copy color: '#095476'

red 9 ◦ green 84 ◦ blue 118

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

Shades of Dark Cerulean #095476

Tints of Dark Cerulean #095476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.81%

 BLUE value IS 118 (46.48% from 255) = 55.92%

R = 4.27%
G = 39.81%
B = 55.92%

CMYK

 C value IS 0.92

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#095476 (or 0x095476) is known color: Dark Cerulean. HEX triplet: 09, 54 and 76. RGB value is (9,84,118). Sum of RGB (Red+Green+Blue) = 9+84+118=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #095476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095476 is #F6AB89. Grayscale: #414141. Windows color (decimal): -16165770 or 7754761. OLE color: 7754761.

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

Color convert

RGB 9 84 118 -
CMYK 0.92 0.29 0 0.54
HSL 198.72º 0.86% 0.25% -
HSV(B) 198.72º 0.92% 0.46% -
XYZ 6.55 7.71 18.28 -
YUV 65.45 157.65 87.74 -
System Red Green Blue C M Y K H S L
Decimal 9 84 118 0.92 0.29 0 0.54 198.72 0.86 0.25
Hex 9 54 76 5C 1D 0 36 C7 56 19
Octal 11 124 166 134 35 0 66 307 126 31
Binary 1001 1010100 1110110 1011100 11101 0 110110 11000111 1010110 11001

Color Harmonies of #095476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095476

Black with #095476

Text Example


Text Example

White with #095476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095476; }

 p { color: rgb(9,84,118); }

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

background-color css

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

 a { background-color: rgb(9,84,118); }

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

border-color css

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

 span { border-color: rgb(9,84,118); }

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