#095177

Color #095177 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #095177

Tints of Dark Cerulean #095177

Color information

#095177 (or 0x095177) is unknown color: approx Dark Cerulean. HEX triplet: 09, 51 and 77. RGB value is (9,81,119). Sum of RGB (Red+Green+Blue) = 9+81+119=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #095177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095177 is #F6AE88. Grayscale: #3F3F3F. Windows color (decimal): -16166537 or 7819529. OLE color: 7819529.

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

Color convert

RGB981119-
CMYK0.920.3200.53
HSL200.73º85.94%25.1%-
HSV(B)200.73º92.44%46.67%-
XYZ6.387.2718.52-
YUV63.8159.1588.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.31%
GREEN value IS 81 (32.03% from 255) = 38.76%
BLUE value IS 119 (46.88% from 255) = 56.94%
R=4.31%
G=38.76%
B=56.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9811190.920.3200.53200.7385.9425.1
Hex951775C20035c95619
Octal111211671344006531112631
Binary1001101000111101111011100100000011010111001001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095177; }

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

 H1.HeaderClassName
 {
   color: #095177;
 }
 .AnyTagClassName
 {
   color: #095177;
 }
</style>
background-color css

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

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

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

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

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

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