Html Css Color HEX #0F4CFE Navy Blue

📋 copy color: '#0F4CFE'

red 15 ◦ green 76 ◦ blue 254

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

Shades of Navy Blue #0F4CFE

Tints of Navy Blue #0F4CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.03%

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

R = 4.35%
G = 22.03%
B = 73.62%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0F4CFE (or 0x0F4CFE) is known color: Navy Blue. HEX triplet: 0F, 4C and FE. RGB value is (15,76,254). Sum of RGB (Red+Green+Blue) = 15+76+254=345 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.35% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F4CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F4CFE is #F0B301. Grayscale: #4D4D4D. Windows color (decimal): -15774466 or 16665615. OLE color: 16665615.

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

Color convert

RGB 15 76 254 -
CMYK 0.94 0.70 0 0.00
HSL 224.69º 0.99% 0.53% -
HSV(B) 224.69º 0.94% 1% -
XYZ 20.67 12.43 95.07 -
YUV 78.05 227.29 83.03 -
System Red Green Blue C M Y K H S L
Decimal 15 76 254 0.94 0.70 0 0.00 224.69 0.99 0.53
Hex F 4C FE 5E 46 0 0 E1 63 35
Octal 17 114 376 136 106 0 0 341 143 65
Binary 1111 1001100 11111110 1011110 1000110 0 0 11100001 1100011 110101

Color Harmonies of #0F4CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4CFE

Black with #0F4CFE

Text Example


Text Example

White with #0F4CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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