Html Css Color HEX #0F4CDF Navy Blue

📋 copy color: '#0F4CDF'

red 15 ◦ green 76 ◦ blue 223

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

Shades of Navy Blue #0F4CDF

Tints of Navy Blue #0F4CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.2%

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

R = 4.78%
G = 24.2%
B = 71.02%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F4CDF (or 0x0F4CDF) is known color: Navy Blue. HEX triplet: 0F, 4C and DF. RGB value is (15,76,223). Sum of RGB (Red+Green+Blue) = 15+76+223=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F4CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F4CDF is #F0B320. Grayscale: #494949. Windows color (decimal): -15774497 or 14633999. OLE color: 14633999.

HSL color Cylindrical-coordinate representation of color #0F4CDF: hue angle of 222.4º 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 #0F4CDF is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 76 223 -
CMYK 0.93 0.66 0 0.13
HSL 222.4º 0.87% 0.47% -
HSV(B) 222.4º 0.93% 0.87% -
XYZ 16.1 10.6 71.01 -
YUV 74.52 211.79 85.55 -
System Red Green Blue C M Y K H S L
Decimal 15 76 223 0.93 0.66 0 0.13 222.4 0.87 0.47
Hex F 4C DF 5D 42 0 D DE 57 2F
Octal 17 114 337 135 102 0 15 336 127 57
Binary 1111 1001100 11011111 1011101 1000010 0 1101 11011110 1010111 101111

Color Harmonies of #0F4CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4CDF

Black with #0F4CDF

Text Example


Text Example

White with #0F4CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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