Html Css Color HEX #146FE3 Navy Blue

📋 copy color: '#146FE3'

red 20 ◦ green 111 ◦ blue 227

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

Shades of Navy Blue #146FE3

Tints of Navy Blue #146FE3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.01%

 BLUE value IS 227 (89.06% from 255) = 63.41%

R = 5.59%
G = 31.01%
B = 63.41%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#146FE3 (or 0x146FE3) is known color: Navy Blue. HEX triplet: 14, 6F and E3. RGB value is (20,111,227). Sum of RGB (Red+Green+Blue) = 20+111+227=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 227 (89.06% from 255 or 63.41% from 358); Max value from RGB is 227 - color contains mainly: blue. Hex color #146FE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146FE3 is #EB901C. Grayscale: #606060. Windows color (decimal): -15437853 or 14905108. OLE color: 14905108.

HSL color Cylindrical-coordinate representation of color #146FE3: hue angle of 213.62º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146FE3 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 20 111 227 -
CMYK 0.91 0.51 0 0.11
HSL 213.62º 0.84% 0.48% -
HSV(B) 213.62º 0.91% 0.89% -
XYZ 19.84 17.06 74.92 -
YUV 97.02 201.35 73.07 -
System Red Green Blue C M Y K H S L
Decimal 20 111 227 0.91 0.51 0 0.11 213.62 0.84 0.48
Hex 14 6F E3 5B 33 0 B D6 54 30
Octal 24 157 343 133 63 0 13 326 124 60
Binary 10100 1101111 11100011 1011011 110011 0 1011 11010110 1010100 110000

Color Harmonies of #146FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146FE3

Black with #146FE3

Text Example


Text Example

White with #146FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,111,227); }

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

background-color css

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

 a { background-color: rgb(20,111,227); }

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

border-color css

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

 span { border-color: rgb(20,111,227); }

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