Html Css Color HEX #146EE4 Navy Blue

📋 copy color: '#146EE4'

red 20 ◦ green 110 ◦ blue 228

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

Shades of Navy Blue #146EE4

Tints of Navy Blue #146EE4

RGB

 RED value IS 20 (8.2% from 255) = 5.59%

 GREEN value IS 110 (43.36% from 255) = 30.73%

 BLUE value IS 228 (89.45% from 255) = 63.69%

R = 5.59%
G = 30.73%
B = 63.69%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#146EE4 (or 0x146EE4) is known color: Navy Blue. HEX triplet: 14, 6E and E4. RGB value is (20,110,228). Sum of RGB (Red+Green+Blue) = 20+110+228=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 228 (89.45% from 255 or 63.69% from 358); Max value from RGB is 228 - color contains mainly: blue. Hex color #146EE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146EE4 is #EB911B. Grayscale: #5F5F5F. Windows color (decimal): -15438108 or 14970388. OLE color: 14970388.

HSL color Cylindrical-coordinate representation of color #146EE4: hue angle of 214.04º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146EE4 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 20 110 228 -
CMYK 0.91 0.52 0 0.11
HSL 214.04º 0.84% 0.49% -
HSV(B) 214.04º 0.91% 0.89% -
XYZ 19.87 16.9 75.61 -
YUV 96.54 202.18 73.41 -
System Red Green Blue C M Y K H S L
Decimal 20 110 228 0.91 0.52 0 0.11 214.04 0.84 0.49
Hex 14 6E E4 5B 34 0 B D6 54 31
Octal 24 156 344 133 64 0 13 326 124 61
Binary 10100 1101110 11100100 1011011 110100 0 1011 11010110 1010100 110001

Color Harmonies of #146EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146EE4

Black with #146EE4

Text Example


Text Example

White with #146EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146EE4; }

 p { color: rgb(20,110,228); }

 H1.HeaderClassName
 {
   color: #146EE4;
 }
 .AnyTagClassName
 {
   color: #146EE4;
 }
</style>

background-color css

<style>
 a { background-color: #146EE4; }

 a { background-color: rgb(20,110,228); }

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

border-color css

<style>
 span { border-color: #146EE4; }

 span { border-color: rgb(20,110,228); }

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