Html Css Color HEX #0F4DDF Navy Blue

📋 copy color: '#0F4DDF'

red 15 ◦ green 77 ◦ blue 223

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

Shades of Navy Blue #0F4DDF

Tints of Navy Blue #0F4DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.44%

 BLUE value IS 223 (87.5% from 255) = 70.79%

R = 4.76%
G = 24.44%
B = 70.79%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F4DDF (or 0x0F4DDF) is known color: Navy Blue. HEX triplet: 0F, 4D and DF. RGB value is (15,77,223). Sum of RGB (Red+Green+Blue) = 15+77+223=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F4DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F4DDF is #F0B220. Grayscale: #4A4A4A. Windows color (decimal): -15774241 or 14634255. OLE color: 14634255.

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

Color convert

RGB 15 77 223 -
CMYK 0.93 0.65 0 0.13
HSL 222.12º 0.87% 0.47% -
HSV(B) 222.12º 0.93% 0.87% -
XYZ 16.17 10.74 71.03 -
YUV 75.11 211.46 85.13 -
System Red Green Blue C M Y K H S L
Decimal 15 77 223 0.93 0.65 0 0.13 222.12 0.87 0.47
Hex F 4D DF 5D 41 0 D DE 57 2F
Octal 17 115 337 135 101 0 15 336 127 57
Binary 1111 1001101 11011111 1011101 1000001 0 1101 11011110 1010111 101111

Color Harmonies of #0F4DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4DDF

Black with #0F4DDF

Text Example


Text Example

White with #0F4DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,77,223); }

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

background-color css

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

 a { background-color: rgb(15,77,223); }

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

border-color css

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

 span { border-color: rgb(15,77,223); }

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