Html Css Color HEX #256FBA Denim

📋 copy color: '#256FBA'

red 37 ◦ green 111 ◦ blue 186

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

Shades of Denim #256FBA

Tints of Denim #256FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.23%

 BLUE value IS 186 (73.05% from 255) = 55.69%

R = 11.08%
G = 33.23%
B = 55.69%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#256FBA (or 0x256FBA) is known color: Denim. HEX triplet: 25, 6F and BA. RGB value is (37,111,186). Sum of RGB (Red+Green+Blue) = 37+111+186=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #256FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #256FBA is #DA9045. Grayscale: #616161. Windows color (decimal): -14323782 or 12218149. OLE color: 12218149.

HSL color Cylindrical-coordinate representation of color #256FBA: hue angle of 210.2º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #256FBA is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 111 186 -
CMYK 0.80 0.40 0 0.27
HSL 210.2º 0.67% 0.44% -
HSV(B) 210.2º 0.8% 0.73% -
XYZ 15.31 15.31 48.6 -
YUV 97.42 177.98 84.9 -
System Red Green Blue C M Y K H S L
Decimal 37 111 186 0.80 0.40 0 0.27 210.2 0.67 0.44
Hex 25 6F BA 50 28 0 1B D2 43 2C
Octal 45 157 272 120 50 0 33 322 103 54
Binary 100101 1101111 10111010 1010000 101000 0 11011 11010010 1000011 101100

Color Harmonies of #256FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256FBA

Black with #256FBA

Text Example


Text Example

White with #256FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256FBA; }

 p { color: rgb(37,111,186); }

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

background-color css

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

 a { background-color: rgb(37,111,186); }

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

border-color css

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

 span { border-color: rgb(37,111,186); }

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