Html Css Color HEX #25697F Allports

📋 copy color: '#25697F'

red 37 ◦ green 105 ◦ blue 127

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

Shades of Allports #25697F

Tints of Allports #25697F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 47.21%

R = 13.75%
G = 39.03%
B = 47.21%

CMYK

 C value IS 0.71

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#25697F (or 0x25697F) is known color: Allports. HEX triplet: 25, 69 and 7F. RGB value is (37,105,127). Sum of RGB (Red+Green+Blue) = 37+105+127=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #25697F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25697F is #DA9680. Grayscale: #575757. Windows color (decimal): -14325377 or 8349989. OLE color: 8349989.

HSL color Cylindrical-coordinate representation of color #25697F: hue angle of 194.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25697F is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 105 127 -
CMYK 0.71 0.17 0 0.50
HSL 194.67º 0.55% 0.32% -
HSV(B) 194.67º 0.71% 0.5% -
XYZ 9.65 12.03 21.89 -
YUV 87.18 150.47 92.21 -
System Red Green Blue C M Y K H S L
Decimal 37 105 127 0.71 0.17 0 0.50 194.67 0.55 0.32
Hex 25 69 7F 47 11 0 32 C3 37 20
Octal 45 151 177 107 21 0 62 303 67 40
Binary 100101 1101001 1111111 1000111 10001 0 110010 11000011 110111 100000

Color Harmonies of #25697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25697F

Black with #25697F

Text Example


Text Example

White with #25697F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25697F;
 }
 .AnyTagClassName
 {
   color: #25697F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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