Html Css Color HEX #0F47FE Navy Blue

📋 copy color: '#0F47FE'

red 15 ◦ green 71 ◦ blue 254

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

Shades of Navy Blue #0F47FE

Tints of Navy Blue #0F47FE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.88%

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

R = 4.41%
G = 20.88%
B = 74.71%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0F47FE (or 0x0F47FE) is known color: Navy Blue. HEX triplet: 0F, 47 and FE. RGB value is (15,71,254). Sum of RGB (Red+Green+Blue) = 15+71+254=340 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.41% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F47FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F47FE is #F0B801. Grayscale: #4A4A4A. Windows color (decimal): -15775746 or 16664335. OLE color: 16664335.

HSL color Cylindrical-coordinate representation of color #0F47FE: hue angle of 225.94º 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 #0F47FE is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 15 71 254 -
CMYK 0.94 0.72 0 0.00
HSL 225.94º 0.99% 0.53% -
HSV(B) 225.94º 0.94% 1% -
XYZ 20.34 11.76 94.96 -
YUV 75.12 228.95 85.12 -
System Red Green Blue C M Y K H S L
Decimal 15 71 254 0.94 0.72 0 0.00 225.94 0.99 0.53
Hex F 47 FE 5E 48 0 0 E2 63 35
Octal 17 107 376 136 110 0 0 342 143 65
Binary 1111 1000111 11111110 1011110 1001000 0 0 11100010 1100011 110101

Color Harmonies of #0F47FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F47FE

Black with #0F47FE

Text Example


Text Example

White with #0F47FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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