Html Css Color HEX #0F4AFF Navy Blue

📋 copy color: '#0F4AFF'

red 15 ◦ green 74 ◦ blue 255

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

Shades of Navy Blue #0F4AFF

Tints of Navy Blue #0F4AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.51%

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

R = 4.36%
G = 21.51%
B = 74.13%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0F4AFF (or 0x0F4AFF) is known color: Navy Blue. HEX triplet: 0F, 4A and FF. RGB value is (15,74,255). Sum of RGB (Red+Green+Blue) = 15+74+255=344 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.36% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F4AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F4AFF is #F0B500. Grayscale: #4C4C4C. Windows color (decimal): -15774977 or 16730639. OLE color: 16730639.

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

Color convert

RGB 15 74 255 -
CMYK 0.94 0.71 0 0
HSL 225.25º 1% 0.53% -
HSV(B) 225.25º 0.94% 1% -
XYZ 20.7 12.22 95.88 -
YUV 76.99 228.45 83.78 -
System Red Green Blue C M Y K H S L
Decimal 15 74 255 0.94 0.71 0 0 225.25 1 0.53
Hex F 4A FF 5E 47 0 0 E1 64 35
Octal 17 112 377 136 107 0 0 341 144 65
Binary 1111 1001010 11111111 1011110 1000111 0 0 11100001 1100100 110101

Color Harmonies of #0F4AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4AFF

Black with #0F4AFF

Text Example


Text Example

White with #0F4AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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