Html Css Color HEX #0F5EDA Navy Blue

📋 copy color: '#0F5EDA'

red 15 ◦ green 94 ◦ blue 218

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

Shades of Navy Blue #0F5EDA

Tints of Navy Blue #0F5EDA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.75%

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

R = 4.59%
G = 28.75%
B = 66.67%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0F5EDA (or 0x0F5EDA) is known color: Navy Blue. HEX triplet: 0F, 5E and DA. RGB value is (15,94,218). Sum of RGB (Red+Green+Blue) = 15+94+218=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 218 (85.55% from 255 or 66.67% from 327); Max value from RGB is 218 - color contains mainly: blue. Hex color #0F5EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5EDA is #F0A125. Grayscale: #535353. Windows color (decimal): -15769894 or 14310927. OLE color: 14310927.

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

Color convert

RGB 15 94 218 -
CMYK 0.93 0.57 0 0.15
HSL 216.65º 0.87% 0.46% -
HSV(B) 216.65º 0.93% 0.85% -
XYZ 16.85 13.17 67.98 -
YUV 84.52 203.33 78.42 -
System Red Green Blue C M Y K H S L
Decimal 15 94 218 0.93 0.57 0 0.15 216.65 0.87 0.46
Hex F 5E DA 5D 39 0 F D9 57 2E
Octal 17 136 332 135 71 0 17 331 127 56
Binary 1111 1011110 11011010 1011101 111001 0 1111 11011001 1010111 101110

Color Harmonies of #0F5EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5EDA

Black with #0F5EDA

Text Example


Text Example

White with #0F5EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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