Html Css Color HEX #0F46F9 Navy Blue

📋 copy color: '#0F46F9'

red 15 ◦ green 70 ◦ blue 249

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

Shades of Navy Blue #0F46F9

Tints of Navy Blue #0F46F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 74.55%

R = 4.49%
G = 20.96%
B = 74.55%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0F46F9 (or 0x0F46F9) is known color: Navy Blue. HEX triplet: 0F, 46 and F9. RGB value is (15,70,249). Sum of RGB (Red+Green+Blue) = 15+70+249=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 249 (97.66% from 255 or 74.55% from 334); Max value from RGB is 249 - color contains mainly: blue. Hex color #0F46F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F46F9 is #F0B906. Grayscale: #494949. Windows color (decimal): -15776007 or 16336399. OLE color: 16336399.

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

Color convert

RGB 15 70 249 -
CMYK 0.94 0.72 0 0.02
HSL 225.9º 0.95% 0.52% -
HSV(B) 225.9º 0.94% 0.98% -
XYZ 19.49 11.32 90.78 -
YUV 73.96 226.78 85.95 -
System Red Green Blue C M Y K H S L
Decimal 15 70 249 0.94 0.72 0 0.02 225.9 0.95 0.52
Hex F 46 F9 5E 48 0 2 E2 5F 34
Octal 17 106 371 136 110 0 2 342 137 64
Binary 1111 1000110 11111001 1011110 1001000 0 10 11100010 1011111 110100

Color Harmonies of #0F46F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F46F9

Black with #0F46F9

Text Example


Text Example

White with #0F46F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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