Html Css Color HEX #146EEB Navy Blue

📋 copy color: '#146EEB'

red 20 ◦ green 110 ◦ blue 235

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

Shades of Navy Blue #146EEB

Tints of Navy Blue #146EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.38%

R = 5.48%
G = 30.14%
B = 64.38%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#146EEB (or 0x146EEB) is known color: Navy Blue. HEX triplet: 14, 6E and EB. RGB value is (20,110,235). Sum of RGB (Red+Green+Blue) = 20+110+235=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 235 (92.19% from 255 or 64.38% from 365); Max value from RGB is 235 - color contains mainly: blue. Hex color #146EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146EEB is #EB9114. Grayscale: #606060. Windows color (decimal): -15438101 or 15429140. OLE color: 15429140.

HSL color Cylindrical-coordinate representation of color #146EEB: hue angle of 214.88º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146EEB is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 110 235 -
CMYK 0.91 0.53 0 0.08
HSL 214.88º 0.84% 0.5% -
HSV(B) 214.88º 0.91% 0.92% -
XYZ 20.86 17.3 80.84 -
YUV 97.34 205.68 72.84 -
System Red Green Blue C M Y K H S L
Decimal 20 110 235 0.91 0.53 0 0.08 214.88 0.84 0.5
Hex 14 6E EB 5B 35 0 8 D7 54 32
Octal 24 156 353 133 65 0 10 327 124 62
Binary 10100 1101110 11101011 1011011 110101 0 1000 11010111 1010100 110010

Color Harmonies of #146EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146EEB

Black with #146EEB

Text Example


Text Example

White with #146EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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