Html Css Color HEX #0246FC Navy Blue

📋 copy color: '#0246FC'

red 2 ◦ green 70 ◦ blue 252

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

Shades of Navy Blue #0246FC

Tints of Navy Blue #0246FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 77.78%

R = 0.62%
G = 21.6%
B = 77.78%

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

#0246FC (or 0x0246FC) is known color: Navy Blue. HEX triplet: 02, 46 and FC. RGB value is (2,70,252). Sum of RGB (Red+Green+Blue) = 2+70+252=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 252 (98.83% from 255 or 77.78% from 324); Max value from RGB is 252 - color contains mainly: blue. Hex color #0246FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0246FC is #FDB903. Grayscale: #454545. Windows color (decimal): -16627972 or 16532994. OLE color: 16532994.

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

Color convert

RGB 2 70 252 -
CMYK 0.99 0.72 0 0.01
HSL 223.68º 0.98% 0.5% -
HSV(B) 223.68º 0.99% 0.99% -
XYZ 19.79 11.42 93.26 -
YUV 70.42 230.47 79.2 -
System Red Green Blue C M Y K H S L
Decimal 2 70 252 0.99 0.72 0 0.01 223.68 0.98 0.5
Hex 2 46 FC 63 48 0 1 E0 62 32
Octal 2 106 374 143 110 0 1 340 142 62
Binary 10 1000110 11111100 1100011 1001000 0 1 11100000 1100010 110010

Color Harmonies of #0246FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0246FC

Black with #0246FC

Text Example


Text Example

White with #0246FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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