Html Css Color HEX #146DCF Navy Blue

📋 copy color: '#146DCF'

red 20 ◦ green 109 ◦ blue 207

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

Shades of Navy Blue #146DCF

Tints of Navy Blue #146DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.44%

 BLUE value IS 207 (81.25% from 255) = 61.61%

R = 5.95%
G = 32.44%
B = 61.61%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#146DCF (or 0x146DCF) is known color: Navy Blue. HEX triplet: 14, 6D and CF. RGB value is (20,109,207). Sum of RGB (Red+Green+Blue) = 20+109+207=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #146DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146DCF is #EB9230. Grayscale: #5D5D5D. Windows color (decimal): -15438385 or 13593876. OLE color: 13593876.

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

Color convert

RGB 20 109 207 -
CMYK 0.90 0.47 0 0.19
HSL 211.44º 0.82% 0.45% -
HSV(B) 211.44º 0.9% 0.81% -
XYZ 17.02 15.59 61.14 -
YUV 93.56 192.01 75.53 -
System Red Green Blue C M Y K H S L
Decimal 20 109 207 0.90 0.47 0 0.19 211.44 0.82 0.45
Hex 14 6D CF 5A 2F 0 13 D3 52 2D
Octal 24 155 317 132 57 0 23 323 122 55
Binary 10100 1101101 11001111 1011010 101111 0 10011 11010011 1010010 101101

Color Harmonies of #146DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146DCF

Black with #146DCF

Text Example


Text Example

White with #146DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,109,207); }

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

background-color css

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

 a { background-color: rgb(20,109,207); }

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

border-color css

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

 span { border-color: rgb(20,109,207); }

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