Html Css Color HEX #0F5ADD Navy Blue

📋 copy color: '#0F5ADD'

red 15 ◦ green 90 ◦ blue 221

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

Shades of Navy Blue #0F5ADD

Tints of Navy Blue #0F5ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.61%

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

R = 4.6%
G = 27.61%
B = 67.79%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F5ADD (or 0x0F5ADD) is known color: Navy Blue. HEX triplet: 0F, 5A and DD. RGB value is (15,90,221). Sum of RGB (Red+Green+Blue) = 15+90+221=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F5ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5ADD is #F0A522. Grayscale: #515151. Windows color (decimal): -15770915 or 14506511. OLE color: 14506511.

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

Color convert

RGB 15 90 221 -
CMYK 0.93 0.59 0 0.13
HSL 218.16º 0.87% 0.46% -
HSV(B) 218.16º 0.93% 0.87% -
XYZ 16.9 12.63 69.95 -
YUV 82.51 206.15 79.85 -
System Red Green Blue C M Y K H S L
Decimal 15 90 221 0.93 0.59 0 0.13 218.16 0.87 0.46
Hex F 5A DD 5D 3B 0 D DA 57 2E
Octal 17 132 335 135 73 0 15 332 127 56
Binary 1111 1011010 11011101 1011101 111011 0 1101 11011010 1010111 101110

Color Harmonies of #0F5ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5ADD

Black with #0F5ADD

Text Example


Text Example

White with #0F5ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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