Html Css Color HEX #25859B Scooter

📋 copy color: '#25859B'

red 37 ◦ green 133 ◦ blue 155

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

Shades of Scooter #25859B

Tints of Scooter #25859B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.92%

 BLUE value IS 155 (60.94% from 255) = 47.69%

R = 11.38%
G = 40.92%
B = 47.69%

CMYK

 C value IS 0.76

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25859B (or 0x25859B) is known color: Scooter. HEX triplet: 25, 85 and 9B. RGB value is (37,133,155). Sum of RGB (Red+Green+Blue) = 37+133+155=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #25859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25859B is #DA7A64. Grayscale: #6A6A6A. Windows color (decimal): -14318181 or 10192165. OLE color: 10192165.

HSL color Cylindrical-coordinate representation of color #25859B: hue angle of 191.19º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25859B is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 133 155 -
CMYK 0.76 0.14 0 0.39
HSL 191.19º 0.61% 0.38% -
HSV(B) 191.19º 0.76% 0.61% -
XYZ 15.07 19.53 33.99 -
YUV 106.8 155.2 78.21 -
System Red Green Blue C M Y K H S L
Decimal 37 133 155 0.76 0.14 0 0.39 191.19 0.61 0.38
Hex 25 85 9B 4C E 0 27 BF 3D 26
Octal 45 205 233 114 16 0 47 277 75 46
Binary 100101 10000101 10011011 1001100 1110 0 100111 10111111 111101 100110

Color Harmonies of #25859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25859B

Black with #25859B

Text Example


Text Example

White with #25859B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,133,155); }

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

background-color css

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

 a { background-color: rgb(37,133,155); }

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

border-color css

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

 span { border-color: rgb(37,133,155); }

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