Html Css Color HEX #25719A Lochmara

📋 copy color: '#25719A'

red 37 ◦ green 113 ◦ blue 154

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

Shades of Lochmara #25719A

Tints of Lochmara #25719A

RGB

 RED value IS 37 (14.84% from 255) = 12.17%

 GREEN value IS 113 (44.53% from 255) = 37.17%

 BLUE value IS 154 (60.55% from 255) = 50.66%

R = 12.17%
G = 37.17%
B = 50.66%

CMYK

 C value IS 0.76

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#25719A (or 0x25719A) is known color: Lochmara. HEX triplet: 25, 71 and 9A. RGB value is (37,113,154). Sum of RGB (Red+Green+Blue) = 37+113+154=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #25719A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25719A is #DA8E65. Grayscale: #5E5E5E. Windows color (decimal): -14323302 or 10121509. OLE color: 10121509.

HSL color Cylindrical-coordinate representation of color #25719A: hue angle of 201.03º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25719A is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 113 154 -
CMYK 0.76 0.27 0 0.40
HSL 201.03º 0.61% 0.37% -
HSV(B) 201.03º 0.76% 0.6% -
XYZ 12.5 14.54 32.72 -
YUV 94.95 161.32 86.67 -
System Red Green Blue C M Y K H S L
Decimal 37 113 154 0.76 0.27 0 0.40 201.03 0.61 0.37
Hex 25 71 9A 4C 1B 0 28 C9 3D 25
Octal 45 161 232 114 33 0 50 311 75 45
Binary 100101 1110001 10011010 1001100 11011 0 101000 11001001 111101 100101

Color Harmonies of #25719A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25719A

Black with #25719A

Text Example


Text Example

White with #25719A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25719A; }

 p { color: rgb(37,113,154); }

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

background-color css

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

 a { background-color: rgb(37,113,154); }

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

border-color css

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

 span { border-color: rgb(37,113,154); }

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