Html Css Color HEX #0F4FDD Navy Blue

📋 copy color: '#0F4FDD'

red 15 ◦ green 79 ◦ blue 221

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

Shades of Navy Blue #0F4FDD

Tints of Navy Blue #0F4FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 70.16%

R = 4.76%
G = 25.08%
B = 70.16%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F4FDD (or 0x0F4FDD) is known color: Navy Blue. HEX triplet: 0F, 4F and DD. RGB value is (15,79,221). Sum of RGB (Red+Green+Blue) = 15+79+221=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F4FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F4FDD is #F0B022. Grayscale: #4B4B4B. Windows color (decimal): -15773731 or 14503695. OLE color: 14503695.

HSL color Cylindrical-coordinate representation of color #0F4FDD: hue angle of 221.36º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F4FDD is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 79 221 -
CMYK 0.93 0.64 0 0.13
HSL 221.36º 0.87% 0.46% -
HSV(B) 221.36º 0.93% 0.87% -
XYZ 16.04 10.91 69.67 -
YUV 76.05 209.8 84.45 -
System Red Green Blue C M Y K H S L
Decimal 15 79 221 0.93 0.64 0 0.13 221.36 0.87 0.46
Hex F 4F DD 5D 40 0 D DD 57 2E
Octal 17 117 335 135 100 0 15 335 127 56
Binary 1111 1001111 11011101 1011101 1000000 0 1101 11011101 1010111 101110

Color Harmonies of #0F4FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4FDD

Black with #0F4FDD

Text Example


Text Example

White with #0F4FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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