Html Css Color HEX #146CCF Navy Blue

📋 copy color: '#146CCF'

red 20 ◦ green 108 ◦ blue 207

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

Shades of Navy Blue #146CCF

Tints of Navy Blue #146CCF

RGB

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

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

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

R = 5.97%
G = 32.24%
B = 61.79%

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

#146CCF (or 0x146CCF) is known color: Navy Blue. HEX triplet: 14, 6C and CF. RGB value is (20,108,207). Sum of RGB (Red+Green+Blue) = 20+108+207=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #146CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146CCF is #EB9330. Grayscale: #5C5C5C. Windows color (decimal): -15438641 or 13593620. OLE color: 13593620.

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

Color convert

RGB 20 108 207 -
CMYK 0.90 0.48 0 0.19
HSL 211.76º 0.82% 0.45% -
HSV(B) 211.76º 0.9% 0.81% -
XYZ 16.91 15.38 61.11 -
YUV 92.97 192.35 75.95 -
System Red Green Blue C M Y K H S L
Decimal 20 108 207 0.90 0.48 0 0.19 211.76 0.82 0.45
Hex 14 6C CF 5A 30 0 13 D4 52 2D
Octal 24 154 317 132 60 0 23 324 122 55
Binary 10100 1101100 11001111 1011010 110000 0 10011 11010100 1010010 101101

Color Harmonies of #146CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146CCF

Black with #146CCF

Text Example


Text Example

White with #146CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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