Html Css Color HEX #0256F9 Navy Blue

📋 copy color: '#0256F9'

red 2 ◦ green 86 ◦ blue 249

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

Shades of Navy Blue #0256F9

Tints of Navy Blue #0256F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 73.89%

R = 0.59%
G = 25.52%
B = 73.89%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0256F9 (or 0x0256F9) is known color: Navy Blue. HEX triplet: 02, 56 and F9. RGB value is (2,86,249). Sum of RGB (Red+Green+Blue) = 2+86+249=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 249 (97.66% from 255 or 73.89% from 337); Max value from RGB is 249 - color contains mainly: blue. Hex color #0256F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0256F9 is #FDA906. Grayscale: #4E4E4E. Windows color (decimal): -16623879 or 16340482. OLE color: 16340482.

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

Color convert

RGB 2 86 249 -
CMYK 0.99 0.65 0 0.02
HSL 219.6º 0.98% 0.49% -
HSV(B) 219.6º 0.99% 0.98% -
XYZ 20.45 13.51 91.15 -
YUV 79.47 223.67 72.75 -
System Red Green Blue C M Y K H S L
Decimal 2 86 249 0.99 0.65 0 0.02 219.6 0.98 0.49
Hex 2 56 F9 63 41 0 2 DC 62 31
Octal 2 126 371 143 101 0 2 334 142 61
Binary 10 1010110 11111001 1100011 1000001 0 10 11011100 1100010 110001

Color Harmonies of #0256F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0256F9

Black with #0256F9

Text Example


Text Example

White with #0256F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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