Html Css Color HEX #0256BB Denim

📋 copy color: '#0256BB'

red 2 ◦ green 86 ◦ blue 187

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

Shades of Denim #0256BB

Tints of Denim #0256BB

RGB

 RED value IS 2 (1.17% from 255) = 0.73%

 GREEN value IS 86 (33.98% from 255) = 31.27%

 BLUE value IS 187 (73.44% from 255) = 68%

R = 0.73%
G = 31.27%
B = 68%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0256BB (or 0x0256BB) is known color: Denim. HEX triplet: 02, 56 and BB. RGB value is (2,86,187). Sum of RGB (Red+Green+Blue) = 2+86+187=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #0256BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0256BB is #FDA944. Grayscale: #474747. Windows color (decimal): -16623941 or 12277250. OLE color: 12277250.

HSL color Cylindrical-coordinate representation of color #0256BB: hue angle of 212.76º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0256BB is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 86 187 -
CMYK 0.99 0.54 0 0.27
HSL 212.76º 0.98% 0.37% -
HSV(B) 212.76º 0.99% 0.73% -
XYZ 12.32 10.26 48.34 -
YUV 72.4 192.67 77.79 -
System Red Green Blue C M Y K H S L
Decimal 2 86 187 0.99 0.54 0 0.27 212.76 0.98 0.37
Hex 2 56 BB 63 36 0 1B D5 62 25
Octal 2 126 273 143 66 0 33 325 142 45
Binary 10 1010110 10111011 1100011 110110 0 11011 11010101 1100010 100101

Color Harmonies of #0256BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0256BB

Black with #0256BB

Text Example


Text Example

White with #0256BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0256BB; }

 p { color: rgb(2,86,187); }

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

background-color css

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

 a { background-color: rgb(2,86,187); }

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

border-color css

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

 span { border-color: rgb(2,86,187); }

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