Html Css Color HEX #0249FC Navy Blue

📋 copy color: '#0249FC'

red 2 ◦ green 73 ◦ blue 252

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

Shades of Navy Blue #0249FC

Tints of Navy Blue #0249FC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.32%

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

R = 0.61%
G = 22.32%
B = 77.06%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0249FC (or 0x0249FC) is known color: Navy Blue. HEX triplet: 02, 49 and FC. RGB value is (2,73,252). Sum of RGB (Red+Green+Blue) = 2+73+252=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 252 (98.83% from 255 or 77.06% from 327); Max value from RGB is 252 - color contains mainly: blue. Hex color #0249FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0249FC is #FDB603. Grayscale: #474747. Windows color (decimal): -16627204 or 16533762. OLE color: 16533762.

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

Color convert

RGB 2 73 252 -
CMYK 0.99 0.71 0 0.01
HSL 222.96º 0.98% 0.5% -
HSV(B) 222.96º 0.99% 0.99% -
XYZ 19.98 11.81 93.32 -
YUV 72.18 229.48 77.95 -
System Red Green Blue C M Y K H S L
Decimal 2 73 252 0.99 0.71 0 0.01 222.96 0.98 0.5
Hex 2 49 FC 63 47 0 1 DF 62 32
Octal 2 111 374 143 107 0 1 337 142 62
Binary 10 1001001 11111100 1100011 1000111 0 1 11011111 1100010 110010

Color Harmonies of #0249FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0249FC

Black with #0249FC

Text Example


Text Example

White with #0249FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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