Html Css Color HEX #0F46FC Navy Blue

📋 copy color: '#0F46FC'

red 15 ◦ green 70 ◦ blue 252

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

Shades of Navy Blue #0F46FC

Tints of Navy Blue #0F46FC

RGB

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

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

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

R = 4.45%
G = 20.77%
B = 74.78%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0F46FC (or 0x0F46FC) is known color: Navy Blue. HEX triplet: 0F, 46 and FC. RGB value is (15,70,252). Sum of RGB (Red+Green+Blue) = 15+70+252=337 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.45% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 252 (98.83% from 255 or 74.78% from 337); Max value from RGB is 252 - color contains mainly: blue. Hex color #0F46FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F46FC is #F0B903. Grayscale: #494949. Windows color (decimal): -15776004 or 16533007. OLE color: 16533007.

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

Color convert

RGB 15 70 252 -
CMYK 0.94 0.72 0 0.01
HSL 226.08º 0.98% 0.52% -
HSV(B) 226.08º 0.94% 0.99% -
XYZ 19.96 11.51 93.27 -
YUV 74.3 228.28 85.7 -
System Red Green Blue C M Y K H S L
Decimal 15 70 252 0.94 0.72 0 0.01 226.08 0.98 0.52
Hex F 46 FC 5E 48 0 1 E2 62 34
Octal 17 106 374 136 110 0 1 342 142 64
Binary 1111 1000110 11111100 1011110 1001000 0 1 11100010 1100010 110100

Color Harmonies of #0F46FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F46FC

Black with #0F46FC

Text Example


Text Example

White with #0F46FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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