#0D7692

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

Shades of Eastern Blue #0D7692

Tints of Eastern Blue #0D7692

Color information

#0D7692 (or 0x0D7692) is unknown color: approx Eastern Blue. HEX triplet: 0D, 76 and 92. RGB value is (13,118,146). Sum of RGB (Red+Green+Blue) = 13+118+146=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #0D7692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7692 is #F2896D. Grayscale: #595959. Windows color (decimal): -15894894 or 9598477. OLE color: 9598477.

HSL color Cylindrical-coordinate representation of color #0D7692: hue angle of 192.63º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D7692 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13118146-
CMYK0.910.1900.43
HSL192.63º83.65%31.18%-
HSV(B)192.63º91.1%57.25%-
XYZ11.8315.1229.49-
YUV89.8159.7173.22-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.69%
GREEN value IS 118 (46.48% from 255) = 42.60%
BLUE value IS 146 (57.42% from 255) = 52.71%
R=4.69%
G=42.60%
B=52.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131181460.910.1900.43192.6383.6531.18
HexD76925B1302Bc1541f
Octal151662221332305330112437
Binary1101111011010010010101101110011010101111000001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D7692; }

 p { color: rgb(13,118,146); }

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

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

 a { background-color: rgb(13,118,146); }

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

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

 span { border-color: rgb(13,118,146); }

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