#25769F

Color #25769F Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #25769F

Tints of Lochmara #25769F

Color information

#25769F (or 0x25769F) is unknown color: approx Lochmara. HEX triplet: 25, 76 and 9F. RGB value is (37,118,159). Sum of RGB (Red+Green+Blue) = 37+118+159=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #25769F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25769F is #DA8960. Grayscale: #626262. Windows color (decimal): -14322017 or 10450469. OLE color: 10450469.

HSL color Cylindrical-coordinate representation of color #25769F: hue angle of 200.16º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25769F is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB37118159-
CMYK0.770.2600.38
HSL200.16º62.24%38.43%-
HSV(B)200.16º76.73%62.35%-
XYZ13.515.8535.15-
YUV98.46162.1684.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.78%
GREEN value IS 118 (46.48% from 255) = 37.58%
BLUE value IS 159 (62.5% from 255) = 50.64%
R=11.78%
G=37.58%
B=50.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal371181590.770.2600.38200.1662.2438.43
Hex25769F4D1A026c83e26
Octal45166237115320463107646
Binary100101111011010011111100110111010010011011001000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25769F; }

 p { color: rgb(37,118,159); }

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

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

 a { background-color: rgb(37,118,159); }

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

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

 span { border-color: rgb(37,118,159); }

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