Html Css Color HEX #146FDE Navy Blue

📋 copy color: '#146FDE'

red 20 ◦ green 111 ◦ blue 222

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

Shades of Navy Blue #146FDE

Tints of Navy Blue #146FDE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.44%

 BLUE value IS 222 (87.11% from 255) = 62.89%

R = 5.67%
G = 31.44%
B = 62.89%

CMYK

 C value IS 0.91

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#146FDE (or 0x146FDE) is known color: Navy Blue. HEX triplet: 14, 6F and DE. RGB value is (20,111,222). Sum of RGB (Red+Green+Blue) = 20+111+222=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #146FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146FDE is #EB9021. Grayscale: #5F5F5F. Windows color (decimal): -15437858 or 14577428. OLE color: 14577428.

HSL color Cylindrical-coordinate representation of color #146FDE: hue angle of 212.97º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146FDE is Cyan = 0.91, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 111 222 -
CMYK 0.91 0.5 0 0.13
HSL 212.97º 0.83% 0.47% -
HSV(B) 212.97º 0.91% 0.87% -
XYZ 19.16 16.79 71.34 -
YUV 96.45 198.85 73.47 -
System Red Green Blue C M Y K H S L
Decimal 20 111 222 0.91 0.5 0 0.13 212.97 0.83 0.47
Hex 14 6F DE 5B 32 0 D D5 53 2F
Octal 24 157 336 133 62 0 15 325 123 57
Binary 10100 1101111 11011110 1011011 110010 0 1101 11010101 1010011 101111

Color Harmonies of #146FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146FDE

Black with #146FDE

Text Example


Text Example

White with #146FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,111,222); }

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

background-color css

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

 a { background-color: rgb(20,111,222); }

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

border-color css

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

 span { border-color: rgb(20,111,222); }

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