Html Css Color HEX #25708B Allports

📋 copy color: '#25708B'

red 37 ◦ green 112 ◦ blue 139

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

Shades of Allports #25708B

Tints of Allports #25708B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.26%

R = 12.85%
G = 38.89%
B = 48.26%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25708B (or 0x25708B) is known color: Allports. HEX triplet: 25, 70 and 8B. RGB value is (37,112,139). Sum of RGB (Red+Green+Blue) = 37+112+139=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #25708B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25708B is #DA8F74. Grayscale: #5C5C5C. Windows color (decimal): -14323573 or 9138213. OLE color: 9138213.

HSL color Cylindrical-coordinate representation of color #25708B: hue angle of 195.88º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25708B is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 112 139 -
CMYK 0.73 0.19 0 0.45
HSL 195.88º 0.58% 0.35% -
HSV(B) 195.88º 0.73% 0.55% -
XYZ 11.22 13.85 26.51 -
YUV 92.65 154.15 88.3 -
System Red Green Blue C M Y K H S L
Decimal 37 112 139 0.73 0.19 0 0.45 195.88 0.58 0.35
Hex 25 70 8B 49 13 0 2D C4 3A 23
Octal 45 160 213 111 23 0 55 304 72 43
Binary 100101 1110000 10001011 1001001 10011 0 101101 11000100 111010 100011

Color Harmonies of #25708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25708B

Black with #25708B

Text Example


Text Example

White with #25708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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