Html Css Color HEX #0E4AFB Navy Blue

📋 copy color: '#0E4AFB'

red 14 ◦ green 74 ◦ blue 251

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

Shades of Navy Blue #0E4AFB

Tints of Navy Blue #0E4AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.83%

 BLUE value IS 251 (98.44% from 255) = 74.04%

R = 4.13%
G = 21.83%
B = 74.04%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0E4AFB (or 0x0E4AFB) is known color: Navy Blue. HEX triplet: 0E, 4A and FB. RGB value is (14,74,251). Sum of RGB (Red+Green+Blue) = 14+74+251=339 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.13% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 251 (98.44% from 255 or 74.04% from 339); Max value from RGB is 251 - color contains mainly: blue. Hex color #0E4AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E4AFB is #F1B504. Grayscale: #4B4B4B. Windows color (decimal): -15840517 or 16468494. OLE color: 16468494.

HSL color Cylindrical-coordinate representation of color #0E4AFB: hue angle of 224.81º degrees, saturation: 0.97, 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 #0E4AFB is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 14 74 251 -
CMYK 0.94 0.71 0 0.02
HSL 224.81º 0.97% 0.52% -
HSV(B) 224.81º 0.94% 0.98% -
XYZ 20.04 11.96 92.52 -
YUV 76.24 226.62 83.61 -
System Red Green Blue C M Y K H S L
Decimal 14 74 251 0.94 0.71 0 0.02 224.81 0.97 0.52
Hex E 4A FB 5E 47 0 2 E1 61 34
Octal 16 112 373 136 107 0 2 341 141 64
Binary 1110 1001010 11111011 1011110 1000111 0 10 11100001 1100001 110100

Color Harmonies of #0E4AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4AFB

Black with #0E4AFB

Text Example


Text Example

White with #0E4AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,74,251); }

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

background-color css

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

 a { background-color: rgb(14,74,251); }

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

border-color css

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

 span { border-color: rgb(14,74,251); }

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