Html Css Color HEX #0F4BEF Navy Blue

📋 copy color: '#0F4BEF'

red 15 ◦ green 75 ◦ blue 239

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

Shades of Navy Blue #0F4BEF

Tints of Navy Blue #0F4BEF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.8%

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

R = 4.56%
G = 22.8%
B = 72.64%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0F4BEF (or 0x0F4BEF) is known color: Navy Blue. HEX triplet: 0F, 4B and EF. RGB value is (15,75,239). Sum of RGB (Red+Green+Blue) = 15+75+239=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 239 (93.75% from 255 or 72.64% from 329); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F4BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F4BEF is #F0B410. Grayscale: #4B4B4B. Windows color (decimal): -15774737 or 15682319. OLE color: 15682319.

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

Color convert

RGB 15 75 239 -
CMYK 0.94 0.69 0 0.06
HSL 223.93º 0.88% 0.5% -
HSV(B) 223.93º 0.94% 0.94% -
XYZ 18.29 11.37 82.89 -
YUV 75.76 220.12 84.66 -
System Red Green Blue C M Y K H S L
Decimal 15 75 239 0.94 0.69 0 0.06 223.93 0.88 0.5
Hex F 4B EF 5E 45 0 6 E0 58 32
Octal 17 113 357 136 105 0 6 340 130 62
Binary 1111 1001011 11101111 1011110 1000101 0 110 11100000 1011000 110010

Color Harmonies of #0F4BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4BEF

Black with #0F4BEF

Text Example


Text Example

White with #0F4BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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