Html Css Color HEX #0F4EFF Navy Blue

📋 copy color: '#0F4EFF'

red 15 ◦ green 78 ◦ blue 255

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

Shades of Navy Blue #0F4EFF

Tints of Navy Blue #0F4EFF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.41%

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

R = 4.31%
G = 22.41%
B = 73.28%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0F4EFF (or 0x0F4EFF) is known color: Navy Blue. HEX triplet: 0F, 4E and FF. RGB value is (15,78,255). Sum of RGB (Red+Green+Blue) = 15+78+255=348 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.31% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F4EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F4EFF is #F0B100. Grayscale: #4E4E4E. Windows color (decimal): -15773953 or 16731663. OLE color: 16731663.

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

Color convert

RGB 15 78 255 -
CMYK 0.94 0.69 0 0
HSL 224.25º 1% 0.53% -
HSV(B) 224.25º 0.94% 1% -
XYZ 20.97 12.77 95.97 -
YUV 79.34 227.13 82.11 -
System Red Green Blue C M Y K H S L
Decimal 15 78 255 0.94 0.69 0 0 224.25 1 0.53
Hex F 4E FF 5E 45 0 0 E0 64 35
Octal 17 116 377 136 105 0 0 340 144 65
Binary 1111 1001110 11111111 1011110 1000101 0 0 11100000 1100100 110101

Color Harmonies of #0F4EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4EFF

Black with #0F4EFF

Text Example


Text Example

White with #0F4EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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