Html Css Color HEX #146BEB Navy Blue

📋 copy color: '#146BEB'

red 20 ◦ green 107 ◦ blue 235

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

Shades of Navy Blue #146BEB

Tints of Navy Blue #146BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.92%

R = 5.52%
G = 29.56%
B = 64.92%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#146BEB (or 0x146BEB) is known color: Navy Blue. HEX triplet: 14, 6B and EB. RGB value is (20,107,235). Sum of RGB (Red+Green+Blue) = 20+107+235=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 235 (92.19% from 255 or 64.92% from 362); Max value from RGB is 235 - color contains mainly: blue. Hex color #146BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146BEB is #EB9414. Grayscale: #5E5E5E. Windows color (decimal): -15438869 or 15428372. OLE color: 15428372.

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

Color convert

RGB 20 107 235 -
CMYK 0.91 0.54 0 0.08
HSL 215.72º 0.84% 0.5% -
HSV(B) 215.72º 0.91% 0.92% -
XYZ 20.54 16.66 80.73 -
YUV 95.58 206.68 74.09 -
System Red Green Blue C M Y K H S L
Decimal 20 107 235 0.91 0.54 0 0.08 215.72 0.84 0.5
Hex 14 6B EB 5B 36 0 8 D8 54 32
Octal 24 153 353 133 66 0 10 330 124 62
Binary 10100 1101011 11101011 1011011 110110 0 1000 11011000 1010100 110010

Color Harmonies of #146BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146BEB

Black with #146BEB

Text Example


Text Example

White with #146BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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