Html Css Color HEX #146BD0 Navy Blue

📋 copy color: '#146BD0'

red 20 ◦ green 107 ◦ blue 208

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

Shades of Navy Blue #146BD0

Tints of Navy Blue #146BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 62.09%

R = 5.97%
G = 31.94%
B = 62.09%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#146BD0 (or 0x146BD0) is known color: Navy Blue. HEX triplet: 14, 6B and D0. RGB value is (20,107,208). Sum of RGB (Red+Green+Blue) = 20+107+208=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 208 (81.64% from 255 or 62.09% from 335); Max value from RGB is 208 - color contains mainly: blue. Hex color #146BD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146BD0 is #EB942F. Grayscale: #5C5C5C. Windows color (decimal): -15438896 or 13658900. OLE color: 13658900.

HSL color Cylindrical-coordinate representation of color #146BD0: hue angle of 212.23º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #146BD0 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 107 208 -
CMYK 0.90 0.49 0 0.18
HSL 212.23º 0.82% 0.45% -
HSV(B) 212.23º 0.9% 0.82% -
XYZ 16.93 15.22 61.72 -
YUV 92.5 193.18 76.29 -
System Red Green Blue C M Y K H S L
Decimal 20 107 208 0.90 0.49 0 0.18 212.23 0.82 0.45
Hex 14 6B D0 5A 31 0 12 D4 52 2D
Octal 24 153 320 132 61 0 22 324 122 55
Binary 10100 1101011 11010000 1011010 110001 0 10010 11010100 1010010 101101

Color Harmonies of #146BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146BD0

Black with #146BD0

Text Example


Text Example

White with #146BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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