Html Css Color HEX #257201 Bilbao

📋 copy color: '#257201'

red 37 ◦ green 114 ◦ blue 1

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

Shades of Bilbao #257201

Tints of Bilbao #257201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 75%

 BLUE value IS 1 (0.78% from 255) = 0.66%

R = 24.34%
G = 75%
B = 0.66%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#257201 (or 0x257201) is known color: Bilbao. HEX triplet: 25, 72 and 01. RGB value is (37,114,1). Sum of RGB (Red+Green+Blue) = 37+114+1=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 114 (44.92% from 255 or 75% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 114 - color contains mainly: green. Hex color #257201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257201 is #DA8DFE. Grayscale: #4E4E4E. Windows color (decimal): -14323199 or 94757. OLE color: 94757.

HSL color Cylindrical-coordinate representation of color #257201: hue angle of 100.88º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #257201 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 114 1 -
CMYK 0.68 0 0.99 0.55
HSL 100.89º 0.98% 0.23% -
HSV(B) 100.89º 0.99% 0.45% -
XYZ 6.79 12.43 2.07 -
YUV 78.1 84.49 98.69 -
System Red Green Blue C M Y K H S L
Decimal 37 114 1 0.68 0 0.99 0.55 100.89 0.98 0.23
Hex 25 72 1 44 0 63 37 65 62 17
Octal 45 162 1 104 0 143 67 145 142 27
Binary 100101 1110010 1 1000100 0 1100011 110111 1100101 1100010 10111

Color Harmonies of #257201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257201

Black with #257201

Text Example


Text Example

White with #257201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257201; }

 p { color: rgb(37,114,1); }

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

background-color css

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

 a { background-color: rgb(37,114,1); }

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

border-color css

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

 span { border-color: rgb(37,114,1); }

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