Html Css Color HEX #146CE7 Navy Blue

📋 copy color: '#146CE7'

red 20 ◦ green 108 ◦ blue 231

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

Shades of Navy Blue #146CE7

Tints of Navy Blue #146CE7

RGB

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

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

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

R = 5.57%
G = 30.08%
B = 64.35%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#146CE7 (or 0x146CE7) is known color: Navy Blue. HEX triplet: 14, 6C and E7. RGB value is (20,108,231). Sum of RGB (Red+Green+Blue) = 20+108+231=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 231 (90.62% from 255 or 64.35% from 359); Max value from RGB is 231 - color contains mainly: blue. Hex color #146CE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146CE7 is #EB9318. Grayscale: #5F5F5F. Windows color (decimal): -15438617 or 15166484. OLE color: 15166484.

HSL color Cylindrical-coordinate representation of color #146CE7: hue angle of 214.98º 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 #146CE7 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 108 231 -
CMYK 0.91 0.53 0 0.09
HSL 214.98º 0.84% 0.49% -
HSV(B) 214.98º 0.91% 0.91% -
XYZ 20.07 16.64 77.76 -
YUV 95.71 204.35 74 -
System Red Green Blue C M Y K H S L
Decimal 20 108 231 0.91 0.53 0 0.09 214.98 0.84 0.49
Hex 14 6C E7 5B 35 0 9 D7 54 31
Octal 24 154 347 133 65 0 11 327 124 61
Binary 10100 1101100 11100111 1011011 110101 0 1001 11010111 1010100 110001

Color Harmonies of #146CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146CE7

Black with #146CE7

Text Example


Text Example

White with #146CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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