Html Css Color HEX #0F49FA Navy Blue

📋 copy color: '#0F49FA'

red 15 ◦ green 73 ◦ blue 250

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

Shades of Navy Blue #0F49FA

Tints of Navy Blue #0F49FA

RGB

 RED value IS 15 (6.25% from 255) = 4.44%

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

 BLUE value IS 250 (98.05% from 255) = 73.96%

R = 4.44%
G = 21.6%
B = 73.96%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0F49FA (or 0x0F49FA) is known color: Navy Blue. HEX triplet: 0F, 49 and FA. RGB value is (15,73,250). Sum of RGB (Red+Green+Blue) = 15+73+250=338 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.44% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #0F49FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F49FA is #F0B605. Grayscale: #4B4B4B. Windows color (decimal): -15775238 or 16402703. OLE color: 16402703.

HSL color Cylindrical-coordinate representation of color #0F49FA: hue angle of 225.19º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F49FA is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 73 250 -
CMYK 0.94 0.71 0 0.02
HSL 225.19º 0.96% 0.52% -
HSV(B) 225.19º 0.94% 0.98% -
XYZ 19.83 11.77 91.67 -
YUV 75.84 226.28 84.61 -
System Red Green Blue C M Y K H S L
Decimal 15 73 250 0.94 0.71 0 0.02 225.19 0.96 0.52
Hex F 49 FA 5E 47 0 2 E1 60 34
Octal 17 111 372 136 107 0 2 341 140 64
Binary 1111 1001001 11111010 1011110 1000111 0 10 11100001 1100000 110100

Color Harmonies of #0F49FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F49FA

Black with #0F49FA

Text Example


Text Example

White with #0F49FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F49FA; }

 p { color: rgb(15,73,250); }

 H1.HeaderClassName
 {
   color: #0F49FA;
 }
 .AnyTagClassName
 {
   color: #0F49FA;
 }
</style>

background-color css

<style>
 a { background-color: #0F49FA; }

 a { background-color: rgb(15,73,250); }

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

border-color css

<style>
 span { border-color: #0F49FA; }

 span { border-color: rgb(15,73,250); }

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