Html Css Color HEX #25707D Allports

📋 copy color: '#25707D'

red 37 ◦ green 112 ◦ blue 125

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

Shades of Allports #25707D

Tints of Allports #25707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.88%

 BLUE value IS 125 (49.22% from 255) = 45.62%

R = 13.5%
G = 40.88%
B = 45.62%

CMYK

 C value IS 0.70

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25707D (or 0x25707D) is known color: Allports. HEX triplet: 25, 70 and 7D. RGB value is (37,112,125). Sum of RGB (Red+Green+Blue) = 37+112+125=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 125 - color contains mainly: blue. Hex color #25707D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25707D is #DA8F82. Grayscale: #5A5A5A. Windows color (decimal): -14323587 or 8220709. OLE color: 8220709.

HSL color Cylindrical-coordinate representation of color #25707D: hue angle of 188.86º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25707D is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 112 125 -
CMYK 0.70 0.10 0 0.51
HSL 188.86º 0.54% 0.32% -
HSV(B) 188.86º 0.7% 0.49% -
XYZ 10.26 13.46 21.46 -
YUV 91.06 147.15 89.44 -
System Red Green Blue C M Y K H S L
Decimal 37 112 125 0.70 0.10 0 0.51 188.86 0.54 0.32
Hex 25 70 7D 46 A 0 33 BD 36 20
Octal 45 160 175 106 12 0 63 275 66 40
Binary 100101 1110000 1111101 1000110 1010 0 110011 10111101 110110 100000

Color Harmonies of #25707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25707D

Black with #25707D

Text Example


Text Example

White with #25707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25707D; }

 p { color: rgb(37,112,125); }

 H1.HeaderClassName
 {
   color: #25707D;
 }
 .AnyTagClassName
 {
   color: #25707D;
 }
</style>

background-color css

<style>
 a { background-color: #25707D; }

 a { background-color: rgb(37,112,125); }

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

border-color css

<style>
 span { border-color: #25707D; }

 span { border-color: rgb(37,112,125); }

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