Html Css Color HEX #0F5ADA Navy Blue

📋 copy color: '#0F5ADA'

red 15 ◦ green 90 ◦ blue 218

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

Shades of Navy Blue #0F5ADA

Tints of Navy Blue #0F5ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 67.49%

R = 4.64%
G = 27.86%
B = 67.49%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0F5ADA (or 0x0F5ADA) is known color: Navy Blue. HEX triplet: 0F, 5A and DA. RGB value is (15,90,218). Sum of RGB (Red+Green+Blue) = 15+90+218=323 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.64% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 218 (85.55% from 255 or 67.49% from 323); Max value from RGB is 218 - color contains mainly: blue. Hex color #0F5ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5ADA is #F0A525. Grayscale: #515151. Windows color (decimal): -15770918 or 14309903. OLE color: 14309903.

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

Color convert

RGB 15 90 218 -
CMYK 0.93 0.59 0 0.15
HSL 217.83º 0.87% 0.46% -
HSV(B) 217.83º 0.93% 0.85% -
XYZ 16.51 12.48 67.87 -
YUV 82.17 204.65 80.09 -
System Red Green Blue C M Y K H S L
Decimal 15 90 218 0.93 0.59 0 0.15 217.83 0.87 0.46
Hex F 5A DA 5D 3B 0 F DA 57 2E
Octal 17 132 332 135 73 0 17 332 127 56
Binary 1111 1011010 11011010 1011101 111011 0 1111 11011010 1010111 101110

Color Harmonies of #0F5ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5ADA

Black with #0F5ADA

Text Example


Text Example

White with #0F5ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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