Html Css Color HEX #0F54D8 Navy Blue

📋 copy color: '#0F54D8'

red 15 ◦ green 84 ◦ blue 216

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

Shades of Navy Blue #0F54D8

Tints of Navy Blue #0F54D8

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.67%

 BLUE value IS 216 (84.77% from 255) = 68.57%

R = 4.76%
G = 26.67%
B = 68.57%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0F54D8 (or 0x0F54D8) is known color: Navy Blue. HEX triplet: 0F, 54 and D8. RGB value is (15,84,216). Sum of RGB (Red+Green+Blue) = 15+84+216=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 216 (84.77% from 255 or 68.57% from 315); Max value from RGB is 216 - color contains mainly: blue. Hex color #0F54D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F54D8 is #F0AB27. Grayscale: #4D4D4D. Windows color (decimal): -15772456 or 14177295. OLE color: 14177295.

HSL color Cylindrical-coordinate representation of color #0F54D8: hue angle of 219.4º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F54D8 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 15 84 216 -
CMYK 0.93 0.61 0 0.15
HSL 219.4º 0.87% 0.45% -
HSV(B) 219.4º 0.93% 0.85% -
XYZ 15.76 11.4 66.34 -
YUV 78.42 205.64 82.77 -
System Red Green Blue C M Y K H S L
Decimal 15 84 216 0.93 0.61 0 0.15 219.4 0.87 0.45
Hex F 54 D8 5D 3D 0 F DB 57 2D
Octal 17 124 330 135 75 0 17 333 127 55
Binary 1111 1010100 11011000 1011101 111101 0 1111 11011011 1010111 101101

Color Harmonies of #0F54D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F54D8

Black with #0F54D8

Text Example


Text Example

White with #0F54D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,84,216); }

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

background-color css

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

 a { background-color: rgb(15,84,216); }

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

border-color css

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

 span { border-color: rgb(15,84,216); }

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