Html Css Color HEX #25718C Allports

📋 copy color: '#25718C'

red 37 ◦ green 113 ◦ blue 140

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

Shades of Allports #25718C

Tints of Allports #25718C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.28%

R = 12.76%
G = 38.97%
B = 48.28%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25718C (or 0x25718C) is known color: Allports. HEX triplet: 25, 71 and 8C. RGB value is (37,113,140). Sum of RGB (Red+Green+Blue) = 37+113+140=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #25718C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25718C is #DA8E73. Grayscale: #5D5D5D. Windows color (decimal): -14323316 or 9204005. OLE color: 9204005.

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

Color convert

RGB 37 113 140 -
CMYK 0.74 0.19 0 0.45
HSL 195.73º 0.58% 0.35% -
HSV(B) 195.73º 0.74% 0.55% -
XYZ 11.4 14.1 26.93 -
YUV 93.35 154.32 87.8 -
System Red Green Blue C M Y K H S L
Decimal 37 113 140 0.74 0.19 0 0.45 195.73 0.58 0.35
Hex 25 71 8C 4A 13 0 2D C4 3A 23
Octal 45 161 214 112 23 0 55 304 72 43
Binary 100101 1110001 10001100 1001010 10011 0 101101 11000100 111010 100011

Color Harmonies of #25718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25718C

Black with #25718C

Text Example


Text Example

White with #25718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25718C; }

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

 H1.HeaderClassName
 {
   color: #25718C;
 }
 .AnyTagClassName
 {
   color: #25718C;
 }
</style>

background-color css

<style>
 a { background-color: #25718C; }

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

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

border-color css

<style>
 span { border-color: #25718C; }

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

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