Html Css Color HEX #0256FD Navy Blue

📋 copy color: '#0256FD'

red 2 ◦ green 86 ◦ blue 253

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

Shades of Navy Blue #0256FD

Tints of Navy Blue #0256FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 74.19%

R = 0.59%
G = 25.22%
B = 74.19%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0256FD (or 0x0256FD) is known color: Navy Blue. HEX triplet: 02, 56 and FD. RGB value is (2,86,253). Sum of RGB (Red+Green+Blue) = 2+86+253=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #0256FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0256FD is #FDA902. Grayscale: #4F4F4F. Windows color (decimal): -16623875 or 16602626. OLE color: 16602626.

HSL color Cylindrical-coordinate representation of color #0256FD: hue angle of 219.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0256FD is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 2 86 253 -
CMYK 0.99 0.66 0 0.01
HSL 219.92º 0.98% 0.5% -
HSV(B) 219.92º 0.99% 0.99% -
XYZ 21.08 13.76 94.47 -
YUV 79.92 225.67 72.42 -
System Red Green Blue C M Y K H S L
Decimal 2 86 253 0.99 0.66 0 0.01 219.92 0.98 0.5
Hex 2 56 FD 63 42 0 1 DC 62 32
Octal 2 126 375 143 102 0 1 334 142 62
Binary 10 1010110 11111101 1100011 1000010 0 1 11011100 1100010 110010

Color Harmonies of #0256FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0256FD

Black with #0256FD

Text Example


Text Example

White with #0256FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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