Html Css Color HEX #256983 Allports

📋 copy color: '#256983'

red 37 ◦ green 105 ◦ blue 131

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

Shades of Allports #256983

Tints of Allports #256983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.99%

R = 13.55%
G = 38.46%
B = 47.99%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#256983 (or 0x256983) is known color: Allports. HEX triplet: 25, 69 and 83. RGB value is (37,105,131). Sum of RGB (Red+Green+Blue) = 37+105+131=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #256983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256983 is #DA967C. Grayscale: #575757. Windows color (decimal): -14325373 or 8612133. OLE color: 8612133.

HSL color Cylindrical-coordinate representation of color #256983: hue angle of 196.6º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256983 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 105 131 -
CMYK 0.72 0.20 0 0.49
HSL 196.6º 0.56% 0.33% -
HSV(B) 196.6º 0.72% 0.51% -
XYZ 9.91 12.14 23.29 -
YUV 87.63 152.47 91.89 -
System Red Green Blue C M Y K H S L
Decimal 37 105 131 0.72 0.20 0 0.49 196.6 0.56 0.33
Hex 25 69 83 48 14 0 31 C5 38 21
Octal 45 151 203 110 24 0 61 305 70 41
Binary 100101 1101001 10000011 1001000 10100 0 110001 11000101 111000 100001

Color Harmonies of #256983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256983

Black with #256983

Text Example


Text Example

White with #256983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256983; }

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

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

background-color css

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

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

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

border-color css

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

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

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