Html Css Color HEX #0E5FFA Navy Blue

📋 copy color: '#0E5FFA'

red 14 ◦ green 95 ◦ blue 250

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

Shades of Navy Blue #0E5FFA

Tints of Navy Blue #0E5FFA

RGB

 RED value IS 14 (5.86% from 255) = 3.9%

 GREEN value IS 95 (37.5% from 255) = 26.46%

 BLUE value IS 250 (98.05% from 255) = 69.64%

R = 3.9%
G = 26.46%
B = 69.64%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0E5FFA (or 0x0E5FFA) is known color: Navy Blue. HEX triplet: 0E, 5F and FA. RGB value is (14,95,250). Sum of RGB (Red+Green+Blue) = 14+95+250=359 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.90% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E5FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E5FFA is #F1A005. Grayscale: #575757. Windows color (decimal): -15835142 or 16408334. OLE color: 16408334.

HSL color Cylindrical-coordinate representation of color #0E5FFA: hue angle of 219.41º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E5FFA is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 14 95 250 -
CMYK 0.94 0.62 0 0.02
HSL 219.41º 0.96% 0.52% -
HSV(B) 219.41º 0.94% 0.98% -
XYZ 21.53 15.18 92.24 -
YUV 88.45 219.16 74.9 -
System Red Green Blue C M Y K H S L
Decimal 14 95 250 0.94 0.62 0 0.02 219.41 0.96 0.52
Hex E 5F FA 5E 3E 0 2 DB 60 34
Octal 16 137 372 136 76 0 2 333 140 64
Binary 1110 1011111 11111010 1011110 111110 0 10 11011011 1100000 110100

Color Harmonies of #0E5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5FFA

Black with #0E5FFA

Text Example


Text Example

White with #0E5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,95,250); }

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

background-color css

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

 a { background-color: rgb(14,95,250); }

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

border-color css

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

 span { border-color: rgb(14,95,250); }

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