Html Css Color HEX #0F4CFF Navy Blue

📋 copy color: '#0F4CFF'

red 15 ◦ green 76 ◦ blue 255

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

Shades of Navy Blue #0F4CFF

Tints of Navy Blue #0F4CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 73.7%

R = 4.34%
G = 21.97%
B = 73.7%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0F4CFF (or 0x0F4CFF) is known color: Navy Blue. HEX triplet: 0F, 4C and FF. RGB value is (15,76,255). Sum of RGB (Red+Green+Blue) = 15+76+255=346 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.34% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F4CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F4CFF is #F0B300. Grayscale: #4D4D4D. Windows color (decimal): -15774465 or 16731151. OLE color: 16731151.

HSL color Cylindrical-coordinate representation of color #0F4CFF: hue angle of 224.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F4CFF is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 15 76 255 -
CMYK 0.94 0.70 0 0
HSL 224.75º 1% 0.53% -
HSV(B) 224.75º 0.94% 1% -
XYZ 20.83 12.49 95.92 -
YUV 78.17 227.79 82.95 -
System Red Green Blue C M Y K H S L
Decimal 15 76 255 0.94 0.70 0 0 224.75 1 0.53
Hex F 4C FF 5E 46 0 0 E1 64 35
Octal 17 114 377 136 106 0 0 341 144 65
Binary 1111 1001100 11111111 1011110 1000110 0 0 11100001 1100100 110101

Color Harmonies of #0F4CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4CFF

Black with #0F4CFF

Text Example


Text Example

White with #0F4CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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