#05919C

Color #05919C Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #05919C

Tints of Eastern Blue #05919C

Color information

#05919C (or 0x05919C) is unknown color: approx Eastern Blue. HEX triplet: 05, 91 and 9C. RGB value is (5,145,156). Sum of RGB (Red+Green+Blue) = 5+145+156=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #05919C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05919C is #FA6E63. Grayscale: #686868. Windows color (decimal): -16412260 or 10260741. OLE color: 10260741.

HSL color Cylindrical-coordinate representation of color #05919C: hue angle of 184.37º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05919C is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5145156-
CMYK0.970.0700.39
HSL184.37º93.79%31.57%-
HSV(B)184.37º96.79%61.18%-
XYZ16.1922.6834.98-
YUV104.39157.1257.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.63%
GREEN value IS 145 (57.03% from 255) = 47.39%
BLUE value IS 156 (61.33% from 255) = 50.98%
R=1.63%
G=47.39%
B=50.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51451560.970.0700.39184.3793.7931.57
Hex5919C617027b85e20
Octal5221234141704727013640
Binary101100100011001110011000011110100111101110001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05919C; }

 p { color: rgb(5,145,156); }

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

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

 a { background-color: rgb(5,145,156); }

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

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

 span { border-color: rgb(5,145,156); }

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