Html Css Color HEX #0F49FE Navy Blue

📋 copy color: '#0F49FE'

red 15 ◦ green 73 ◦ blue 254

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

Shades of Navy Blue #0F49FE

Tints of Navy Blue #0F49FE

RGB

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

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

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

R = 4.39%
G = 21.35%
B = 74.27%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0F49FE (or 0x0F49FE) is known color: Navy Blue. HEX triplet: 0F, 49 and FE. RGB value is (15,73,254). Sum of RGB (Red+Green+Blue) = 15+73+254=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 254 (99.61% from 255 or 74.27% from 342); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F49FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F49FE is #F0B601. Grayscale: #4B4B4B. Windows color (decimal): -15775234 or 16664847. OLE color: 16664847.

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

Color convert

RGB 15 73 254 -
CMYK 0.94 0.71 0 0.00
HSL 225.44º 0.99% 0.53% -
HSV(B) 225.44º 0.94% 1% -
XYZ 20.47 12.02 95.01 -
YUV 76.29 228.28 84.28 -
System Red Green Blue C M Y K H S L
Decimal 15 73 254 0.94 0.71 0 0.00 225.44 0.99 0.53
Hex F 49 FE 5E 47 0 0 E1 63 35
Octal 17 111 376 136 107 0 0 341 143 65
Binary 1111 1001001 11111110 1011110 1000111 0 0 11100001 1100011 110101

Color Harmonies of #0F49FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F49FE

Black with #0F49FE

Text Example


Text Example

White with #0F49FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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