Html Css Color HEX #0F49FC Navy Blue

📋 copy color: '#0F49FC'

red 15 ◦ green 73 ◦ blue 252

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

Shades of Navy Blue #0F49FC

Tints of Navy Blue #0F49FC

RGB

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

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

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

R = 4.41%
G = 21.47%
B = 74.12%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0F49FC (or 0x0F49FC) is known color: Navy Blue. HEX triplet: 0F, 49 and FC. RGB value is (15,73,252). Sum of RGB (Red+Green+Blue) = 15+73+252=340 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.41% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 252 (98.83% from 255 or 74.12% from 340); Max value from RGB is 252 - color contains mainly: blue. Hex color #0F49FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F49FC is #F0B603. Grayscale: #4B4B4B. Windows color (decimal): -15775236 or 16533775. OLE color: 16533775.

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

Color convert

RGB 15 73 252 -
CMYK 0.94 0.71 0 0.01
HSL 225.32º 0.98% 0.52% -
HSV(B) 225.32º 0.94% 0.99% -
XYZ 20.15 11.89 93.33 -
YUV 76.06 227.28 84.45 -
System Red Green Blue C M Y K H S L
Decimal 15 73 252 0.94 0.71 0 0.01 225.32 0.98 0.52
Hex F 49 FC 5E 47 0 1 E1 62 34
Octal 17 111 374 136 107 0 1 341 142 64
Binary 1111 1001001 11111100 1011110 1000111 0 1 11100001 1100010 110100

Color Harmonies of #0F49FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F49FC

Black with #0F49FC

Text Example


Text Example

White with #0F49FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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