Html Css Color HEX #0F4BFF Navy Blue

📋 copy color: '#0F4BFF'

red 15 ◦ green 75 ◦ blue 255

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

Shades of Navy Blue #0F4BFF

Tints of Navy Blue #0F4BFF

RGB

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

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

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

R = 4.35%
G = 21.74%
B = 73.91%

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

#0F4BFF (or 0x0F4BFF) is known color: Navy Blue. HEX triplet: 0F, 4B and FF. RGB value is (15,75,255). Sum of RGB (Red+Green+Blue) = 15+75+255=345 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.35% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F4BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F4BFF is #F0B400. Grayscale: #4C4C4C. Windows color (decimal): -15774721 or 16730895. OLE color: 16730895.

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

Color convert

RGB 15 75 255 -
CMYK 0.94 0.71 0 0
HSL 225º 1% 0.53% -
HSV(B) 225º 0.94% 1% -
XYZ 20.76 12.35 95.9 -
YUV 77.58 228.12 83.36 -
System Red Green Blue C M Y K H S L
Decimal 15 75 255 0.94 0.71 0 0 225 1 0.53
Hex F 4B FF 5E 47 0 0 E1 64 35
Octal 17 113 377 136 107 0 0 341 144 65
Binary 1111 1001011 11111111 1011110 1000111 0 0 11100001 1100100 110101

Color Harmonies of #0F4BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4BFF

Black with #0F4BFF

Text Example


Text Example

White with #0F4BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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