Html Css Color HEX #0F5BDC Navy Blue

📋 copy color: '#0F5BDC'

red 15 ◦ green 91 ◦ blue 220

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

Shades of Navy Blue #0F5BDC

Tints of Navy Blue #0F5BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.91%

 BLUE value IS 220 (86.33% from 255) = 67.48%

R = 4.6%
G = 27.91%
B = 67.48%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F5BDC (or 0x0F5BDC) is known color: Navy Blue. HEX triplet: 0F, 5B and DC. RGB value is (15,91,220). Sum of RGB (Red+Green+Blue) = 15+91+220=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #0F5BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5BDC is #F0A423. Grayscale: #525252. Windows color (decimal): -15770660 or 14441231. OLE color: 14441231.

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

Color convert

RGB 15 91 220 -
CMYK 0.93 0.59 0 0.14
HSL 217.76º 0.87% 0.46% -
HSV(B) 217.76º 0.93% 0.86% -
XYZ 16.86 12.75 69.28 -
YUV 82.98 205.32 79.51 -
System Red Green Blue C M Y K H S L
Decimal 15 91 220 0.93 0.59 0 0.14 217.76 0.87 0.46
Hex F 5B DC 5D 3B 0 E DA 57 2E
Octal 17 133 334 135 73 0 16 332 127 56
Binary 1111 1011011 11011100 1011101 111011 0 1110 11011010 1010111 101110

Color Harmonies of #0F5BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5BDC

Black with #0F5BDC

Text Example


Text Example

White with #0F5BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,91,220); }

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

background-color css

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

 a { background-color: rgb(15,91,220); }

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

border-color css

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

 span { border-color: rgb(15,91,220); }

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