Html Css Color HEX #0256BD Denim

📋 copy color: '#0256BD'

red 2 ◦ green 86 ◦ blue 189

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

Shades of Denim #0256BD

Tints of Denim #0256BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 68.23%

R = 0.72%
G = 31.05%
B = 68.23%

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

#0256BD (or 0x0256BD) is known color: Denim. HEX triplet: 02, 56 and BD. RGB value is (2,86,189). Sum of RGB (Red+Green+Blue) = 2+86+189=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 189 (74.22% from 255 or 68.23% from 277); Max value from RGB is 189 - color contains mainly: blue. Hex color #0256BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0256BD is #FDA942. Grayscale: #484848. Windows color (decimal): -16623939 or 12408322. OLE color: 12408322.

HSL color Cylindrical-coordinate representation of color #0256BD: hue angle of 213.05º 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 #0256BD is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 86 189 -
CMYK 0.99 0.54 0 0.26
HSL 213.05º 0.98% 0.37% -
HSV(B) 213.05º 0.99% 0.74% -
XYZ 12.54 10.34 49.48 -
YUV 72.63 193.67 77.62 -
System Red Green Blue C M Y K H S L
Decimal 2 86 189 0.99 0.54 0 0.26 213.05 0.98 0.37
Hex 2 56 BD 63 36 0 1A D5 62 25
Octal 2 126 275 143 66 0 32 325 142 45
Binary 10 1010110 10111101 1100011 110110 0 11010 11010101 1100010 100101

Color Harmonies of #0256BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0256BD

Black with #0256BD

Text Example


Text Example

White with #0256BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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