Html Css Color HEX #146BEE Navy Blue

📋 copy color: '#146BEE'

red 20 ◦ green 107 ◦ blue 238

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

Shades of Navy Blue #146BEE

Tints of Navy Blue #146BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.21%

R = 5.48%
G = 29.32%
B = 65.21%

CMYK

 C value IS 0.92

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#146BEE (or 0x146BEE) is known color: Navy Blue. HEX triplet: 14, 6B and EE. RGB value is (20,107,238). Sum of RGB (Red+Green+Blue) = 20+107+238=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 238 (93.36% from 255 or 65.21% from 365); Max value from RGB is 238 - color contains mainly: blue. Hex color #146BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146BEE is #EB9411. Grayscale: #5F5F5F. Windows color (decimal): -15438866 or 15624980. OLE color: 15624980.

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

Color convert

RGB 20 107 238 -
CMYK 0.92 0.55 0 0.07
HSL 216.06º 0.87% 0.51% -
HSV(B) 216.06º 0.92% 0.93% -
XYZ 20.98 16.84 83.03 -
YUV 95.92 208.18 73.85 -
System Red Green Blue C M Y K H S L
Decimal 20 107 238 0.92 0.55 0 0.07 216.06 0.87 0.51
Hex 14 6B EE 5C 37 0 7 D8 57 33
Octal 24 153 356 134 67 0 7 330 127 63
Binary 10100 1101011 11101110 1011100 110111 0 111 11011000 1010111 110011

Color Harmonies of #146BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146BEE

Black with #146BEE

Text Example


Text Example

White with #146BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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