Html Css Color HEX #25699B Lochmara

📋 copy color: '#25699B'

red 37 ◦ green 105 ◦ blue 155

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

Shades of Lochmara #25699B

Tints of Lochmara #25699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.35%

 BLUE value IS 155 (60.94% from 255) = 52.19%

R = 12.46%
G = 35.35%
B = 52.19%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25699B (or 0x25699B) is known color: Lochmara. HEX triplet: 25, 69 and 9B. RGB value is (37,105,155). Sum of RGB (Red+Green+Blue) = 37+105+155=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #25699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25699B is #DA9664. Grayscale: #5A5A5A. Windows color (decimal): -14325349 or 10184997. OLE color: 10184997.

HSL color Cylindrical-coordinate representation of color #25699B: hue angle of 205.42º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25699B is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 105 155 -
CMYK 0.76 0.32 0 0.39
HSL 205.42º 0.61% 0.38% -
HSV(B) 205.42º 0.76% 0.61% -
XYZ 11.73 12.86 32.87 -
YUV 90.37 164.47 89.93 -
System Red Green Blue C M Y K H S L
Decimal 37 105 155 0.76 0.32 0 0.39 205.42 0.61 0.38
Hex 25 69 9B 4C 20 0 27 CD 3D 26
Octal 45 151 233 114 40 0 47 315 75 46
Binary 100101 1101001 10011011 1001100 100000 0 100111 11001101 111101 100110

Color Harmonies of #25699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25699B

Black with #25699B

Text Example


Text Example

White with #25699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25699B; }

 p { color: rgb(37,105,155); }

 H1.HeaderClassName
 {
   color: #25699B;
 }
 .AnyTagClassName
 {
   color: #25699B;
 }
</style>

background-color css

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

 a { background-color: rgb(37,105,155); }

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

border-color css

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

 span { border-color: rgb(37,105,155); }

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