Html Css Color HEX #25697B Allports

📋 copy color: '#25697B'

red 37 ◦ green 105 ◦ blue 123

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

Shades of Allports #25697B

Tints of Allports #25697B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 46.42%

R = 13.96%
G = 39.62%
B = 46.42%

CMYK

 C value IS 0.70

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#25697B (or 0x25697B) is known color: Allports. HEX triplet: 25, 69 and 7B. RGB value is (37,105,123). Sum of RGB (Red+Green+Blue) = 37+105+123=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 123 - color contains mainly: blue. Hex color #25697B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25697B is #DA9684. Grayscale: #565656. Windows color (decimal): -14325381 or 8087845. OLE color: 8087845.

HSL color Cylindrical-coordinate representation of color #25697B: hue angle of 192.56º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25697B is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 105 123 -
CMYK 0.70 0.15 0 0.52
HSL 192.56º 0.54% 0.31% -
HSV(B) 192.56º 0.7% 0.48% -
XYZ 9.39 11.93 20.55 -
YUV 86.72 148.47 92.54 -
System Red Green Blue C M Y K H S L
Decimal 37 105 123 0.70 0.15 0 0.52 192.56 0.54 0.31
Hex 25 69 7B 46 F 0 34 C1 36 1F
Octal 45 151 173 106 17 0 64 301 66 37
Binary 100101 1101001 1111011 1000110 1111 0 110100 11000001 110110 11111

Color Harmonies of #25697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25697B

Black with #25697B

Text Example


Text Example

White with #25697B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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