Html Css Color HEX #0256BC Denim

📋 copy color: '#0256BC'

red 2 ◦ green 86 ◦ blue 188

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

Shades of Denim #0256BC

Tints of Denim #0256BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 68.12%

R = 0.72%
G = 31.16%
B = 68.12%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0256BC (or 0x0256BC) is known color: Denim. HEX triplet: 02, 56 and BC. RGB value is (2,86,188). Sum of RGB (Red+Green+Blue) = 2+86+188=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #0256BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0256BC is #FDA943. Grayscale: #484848. Windows color (decimal): -16623940 or 12342786. OLE color: 12342786.

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

Color convert

RGB 2 86 188 -
CMYK 0.99 0.54 0 0.26
HSL 212.9º 0.98% 0.37% -
HSV(B) 212.9º 0.99% 0.74% -
XYZ 12.43 10.3 48.91 -
YUV 72.51 193.17 77.71 -
System Red Green Blue C M Y K H S L
Decimal 2 86 188 0.99 0.54 0 0.26 212.9 0.98 0.37
Hex 2 56 BC 63 36 0 1A D5 62 25
Octal 2 126 274 143 66 0 32 325 142 45
Binary 10 1010110 10111100 1100011 110110 0 11010 11010101 1100010 100101

Color Harmonies of #0256BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0256BC

Black with #0256BC

Text Example


Text Example

White with #0256BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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