Html Css Color HEX #146CDE Navy Blue

📋 copy color: '#146CDE'

red 20 ◦ green 108 ◦ blue 222

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

Shades of Navy Blue #146CDE

Tints of Navy Blue #146CDE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.86%

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

R = 5.71%
G = 30.86%
B = 63.43%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#146CDE (or 0x146CDE) is known color: Navy Blue. HEX triplet: 14, 6C and DE. RGB value is (20,108,222). Sum of RGB (Red+Green+Blue) = 20+108+222=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #146CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146CDE is #EB9321. Grayscale: #5E5E5E. Windows color (decimal): -15438626 or 14576660. OLE color: 14576660.

HSL color Cylindrical-coordinate representation of color #146CDE: hue angle of 213.86º 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 #146CDE is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 108 222 -
CMYK 0.91 0.51 0 0.13
HSL 213.86º 0.83% 0.47% -
HSV(B) 213.86º 0.91% 0.87% -
XYZ 18.84 16.15 71.23 -
YUV 94.68 199.85 74.73 -
System Red Green Blue C M Y K H S L
Decimal 20 108 222 0.91 0.51 0 0.13 213.86 0.83 0.47
Hex 14 6C DE 5B 33 0 D D6 53 2F
Octal 24 154 336 133 63 0 15 326 123 57
Binary 10100 1101100 11011110 1011011 110011 0 1101 11010110 1010011 101111

Color Harmonies of #146CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146CDE

Black with #146CDE

Text Example


Text Example

White with #146CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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