Html Css Color HEX #146BCF Navy Blue

📋 copy color: '#146BCF'

red 20 ◦ green 107 ◦ blue 207

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

Shades of Navy Blue #146BCF

Tints of Navy Blue #146BCF

RGB

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

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

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

R = 5.99%
G = 32.04%
B = 61.98%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#146BCF (or 0x146BCF) is known color: Navy Blue. HEX triplet: 14, 6B and CF. RGB value is (20,107,207). Sum of RGB (Red+Green+Blue) = 20+107+207=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #146BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146BCF is #EB9430. Grayscale: #5B5B5B. Windows color (decimal): -15438897 or 13593364. OLE color: 13593364.

HSL color Cylindrical-coordinate representation of color #146BCF: hue angle of 212.09º 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 #146BCF is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 107 207 -
CMYK 0.90 0.48 0 0.19
HSL 212.09º 0.82% 0.45% -
HSV(B) 212.09º 0.9% 0.81% -
XYZ 16.81 15.17 61.07 -
YUV 92.39 192.68 76.37 -
System Red Green Blue C M Y K H S L
Decimal 20 107 207 0.90 0.48 0 0.19 212.09 0.82 0.45
Hex 14 6B CF 5A 30 0 13 D4 52 2D
Octal 24 153 317 132 60 0 23 324 122 55
Binary 10100 1101011 11001111 1011010 110000 0 10011 11010100 1010010 101101

Color Harmonies of #146BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146BCF

Black with #146BCF

Text Example


Text Example

White with #146BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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