Html Css Color HEX #0246FD Navy Blue

📋 copy color: '#0246FD'

red 2 ◦ green 70 ◦ blue 253

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

Shades of Navy Blue #0246FD

Tints of Navy Blue #0246FD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.54%

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

R = 0.62%
G = 21.54%
B = 77.85%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0246FD (or 0x0246FD) is known color: Navy Blue. HEX triplet: 02, 46 and FD. RGB value is (2,70,253). Sum of RGB (Red+Green+Blue) = 2+70+253=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 253 (99.22% from 255 or 77.85% from 325); Max value from RGB is 253 - color contains mainly: blue. Hex color #0246FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0246FD is #FDB902. Grayscale: #454545. Windows color (decimal): -16627971 or 16598530. OLE color: 16598530.

HSL color Cylindrical-coordinate representation of color #0246FD: hue angle of 223.75º 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 #0246FD is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 2 70 253 -
CMYK 0.99 0.72 0 0.01
HSL 223.75º 0.98% 0.5% -
HSV(B) 223.75º 0.99% 0.99% -
XYZ 19.94 11.49 94.09 -
YUV 70.53 230.97 79.12 -
System Red Green Blue C M Y K H S L
Decimal 2 70 253 0.99 0.72 0 0.01 223.75 0.98 0.5
Hex 2 46 FD 63 48 0 1 E0 62 32
Octal 2 106 375 143 110 0 1 340 142 62
Binary 10 1000110 11111101 1100011 1001000 0 1 11100000 1100010 110010

Color Harmonies of #0246FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0246FD

Black with #0246FD

Text Example


Text Example

White with #0246FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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