Html Css Color HEX #146BDD Navy Blue

📋 copy color: '#146BDD'

red 20 ◦ green 107 ◦ blue 221

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

Shades of Navy Blue #146BDD

Tints of Navy Blue #146BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.75%

 BLUE value IS 221 (86.72% from 255) = 63.51%

R = 5.75%
G = 30.75%
B = 63.51%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#146BDD (or 0x146BDD) is known color: Navy Blue. HEX triplet: 14, 6B and DD. RGB value is (20,107,221). Sum of RGB (Red+Green+Blue) = 20+107+221=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #146BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146BDD is #EB9422. Grayscale: #5D5D5D. Windows color (decimal): -15438883 or 14510868. OLE color: 14510868.

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

Color convert

RGB 20 107 221 -
CMYK 0.91 0.52 0 0.13
HSL 214.03º 0.83% 0.47% -
HSV(B) 214.03º 0.91% 0.87% -
XYZ 18.6 15.88 70.49 -
YUV 93.98 199.68 75.23 -
System Red Green Blue C M Y K H S L
Decimal 20 107 221 0.91 0.52 0 0.13 214.03 0.83 0.47
Hex 14 6B DD 5B 34 0 D D6 53 2F
Octal 24 153 335 133 64 0 15 326 123 57
Binary 10100 1101011 11011101 1011011 110100 0 1101 11010110 1010011 101111

Color Harmonies of #146BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146BDD

Black with #146BDD

Text Example


Text Example

White with #146BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,107,221); }

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

background-color css

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

 a { background-color: rgb(20,107,221); }

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

border-color css

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

 span { border-color: rgb(20,107,221); }

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