Html Css Color HEX #0F46FE Navy Blue

📋 copy color: '#0F46FE'

red 15 ◦ green 70 ◦ blue 254

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

Shades of Navy Blue #0F46FE

Tints of Navy Blue #0F46FE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.65%

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

R = 4.42%
G = 20.65%
B = 74.93%

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

#0F46FE (or 0x0F46FE) is known color: Navy Blue. HEX triplet: 0F, 46 and FE. RGB value is (15,70,254). Sum of RGB (Red+Green+Blue) = 15+70+254=339 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.42% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F46FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F46FE is #F0B901. Grayscale: #494949. Windows color (decimal): -15776002 or 16664079. OLE color: 16664079.

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

Color convert

RGB 15 70 254 -
CMYK 0.94 0.72 0 0.00
HSL 226.19º 0.99% 0.53% -
HSV(B) 226.19º 0.94% 1% -
XYZ 20.28 11.64 94.94 -
YUV 74.53 229.28 85.54 -
System Red Green Blue C M Y K H S L
Decimal 15 70 254 0.94 0.72 0 0.00 226.19 0.99 0.53
Hex F 46 FE 5E 48 0 0 E2 63 35
Octal 17 106 376 136 110 0 0 342 143 65
Binary 1111 1000110 11111110 1011110 1001000 0 0 11100010 1100011 110101

Color Harmonies of #0F46FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F46FE

Black with #0F46FE

Text Example


Text Example

White with #0F46FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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