Html Css Color HEX #0F4FEF Navy Blue

📋 copy color: '#0F4FEF'

red 15 ◦ green 79 ◦ blue 239

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

Shades of Navy Blue #0F4FEF

Tints of Navy Blue #0F4FEF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.72%

 BLUE value IS 239 (93.75% from 255) = 71.77%

R = 4.5%
G = 23.72%
B = 71.77%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0F4FEF (or 0x0F4FEF) is known color: Navy Blue. HEX triplet: 0F, 4F and EF. RGB value is (15,79,239). Sum of RGB (Red+Green+Blue) = 15+79+239=333 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.50% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 239 (93.75% from 255 or 71.77% from 333); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F4FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F4FEF is #F0B010. Grayscale: #4D4D4D. Windows color (decimal): -15773713 or 15683343. OLE color: 15683343.

HSL color Cylindrical-coordinate representation of color #0F4FEF: hue angle of 222.86º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F4FEF is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 79 239 -
CMYK 0.94 0.67 0 0.06
HSL 222.86º 0.88% 0.5% -
HSV(B) 222.86º 0.94% 0.94% -
XYZ 18.57 11.93 82.98 -
YUV 78.1 218.8 82.99 -
System Red Green Blue C M Y K H S L
Decimal 15 79 239 0.94 0.67 0 0.06 222.86 0.88 0.5
Hex F 4F EF 5E 43 0 6 DF 58 32
Octal 17 117 357 136 103 0 6 337 130 62
Binary 1111 1001111 11101111 1011110 1000011 0 110 11011111 1011000 110010

Color Harmonies of #0F4FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4FEF

Black with #0F4FEF

Text Example


Text Example

White with #0F4FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,79,239); }

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

background-color css

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

 a { background-color: rgb(15,79,239); }

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

border-color css

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

 span { border-color: rgb(15,79,239); }

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