Html Css Color HEX #146CEF Navy Blue

📋 copy color: '#146CEF'

red 20 ◦ green 108 ◦ blue 239

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

Shades of Navy Blue #146CEF

Tints of Navy Blue #146CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 65.12%

R = 5.45%
G = 29.43%
B = 65.12%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#146CEF (or 0x146CEF) is known color: Navy Blue. HEX triplet: 14, 6C and EF. RGB value is (20,108,239). Sum of RGB (Red+Green+Blue) = 20+108+239=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #146CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146CEF is #EB9310. Grayscale: #606060. Windows color (decimal): -15438609 or 15690772. OLE color: 15690772.

HSL color Cylindrical-coordinate representation of color #146CEF: hue angle of 215.89º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #146CEF is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 108 239 -
CMYK 0.92 0.55 0 0.06
HSL 215.89º 0.87% 0.51% -
HSV(B) 215.89º 0.92% 0.94% -
XYZ 21.23 17.11 83.84 -
YUV 96.62 208.35 73.35 -
System Red Green Blue C M Y K H S L
Decimal 20 108 239 0.92 0.55 0 0.06 215.89 0.87 0.51
Hex 14 6C EF 5C 37 0 6 D8 57 33
Octal 24 154 357 134 67 0 6 330 127 63
Binary 10100 1101100 11101111 1011100 110111 0 110 11011000 1010111 110011

Color Harmonies of #146CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146CEF

Black with #146CEF

Text Example


Text Example

White with #146CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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