Html Css Color HEX #146BE7 Navy Blue

📋 copy color: '#146BE7'

red 20 ◦ green 107 ◦ blue 231

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

Shades of Navy Blue #146BE7

Tints of Navy Blue #146BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 64.53%

R = 5.59%
G = 29.89%
B = 64.53%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#146BE7 (or 0x146BE7) is known color: Navy Blue. HEX triplet: 14, 6B and E7. RGB value is (20,107,231). Sum of RGB (Red+Green+Blue) = 20+107+231=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 231 (90.62% from 255 or 64.53% from 358); Max value from RGB is 231 - color contains mainly: blue. Hex color #146BE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146BE7 is #EB9418. Grayscale: #5E5E5E. Windows color (decimal): -15438873 or 15166228. OLE color: 15166228.

HSL color Cylindrical-coordinate representation of color #146BE7: hue angle of 215.26º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146BE7 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 107 231 -
CMYK 0.91 0.54 0 0.09
HSL 215.26º 0.84% 0.49% -
HSV(B) 215.26º 0.91% 0.91% -
XYZ 19.97 16.43 77.72 -
YUV 95.12 204.68 74.42 -
System Red Green Blue C M Y K H S L
Decimal 20 107 231 0.91 0.54 0 0.09 215.26 0.84 0.49
Hex 14 6B E7 5B 36 0 9 D7 54 31
Octal 24 153 347 133 66 0 11 327 124 61
Binary 10100 1101011 11100111 1011011 110110 0 1001 11010111 1010100 110001

Color Harmonies of #146BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146BE7

Black with #146BE7

Text Example


Text Example

White with #146BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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