Html Css Color HEX #0246FE Navy Blue

📋 copy color: '#0246FE'

red 2 ◦ green 70 ◦ blue 254

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

Shades of Navy Blue #0246FE

Tints of Navy Blue #0246FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 77.91%

R = 0.61%
G = 21.47%
B = 77.91%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0246FE (or 0x0246FE) is known color: Navy Blue. HEX triplet: 02, 46 and FE. RGB value is (2,70,254). Sum of RGB (Red+Green+Blue) = 2+70+254=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 254 (99.61% from 255 or 77.91% from 326); Max value from RGB is 254 - color contains mainly: blue. Hex color #0246FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0246FE is #FDB901. Grayscale: #454545. Windows color (decimal): -16627970 or 16664066. OLE color: 16664066.

HSL color Cylindrical-coordinate representation of color #0246FE: hue angle of 223.81º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0246FE is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 2 70 254 -
CMYK 0.99 0.72 0 0.00
HSL 223.81º 0.99% 0.5% -
HSV(B) 223.81º 0.99% 1% -
XYZ 20.1 11.55 94.94 -
YUV 70.64 231.47 79.04 -
System Red Green Blue C M Y K H S L
Decimal 2 70 254 0.99 0.72 0 0.00 223.81 0.99 0.5
Hex 2 46 FE 63 48 0 0 E0 63 32
Octal 2 106 376 143 110 0 0 340 143 62
Binary 10 1000110 11111110 1100011 1001000 0 0 11100000 1100011 110010

Color Harmonies of #0246FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0246FE

Black with #0246FE

Text Example


Text Example

White with #0246FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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