Html Css Color HEX #146CED Navy Blue

📋 copy color: '#146CED'

red 20 ◦ green 108 ◦ blue 237

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

Shades of Navy Blue #146CED

Tints of Navy Blue #146CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.93%

R = 5.48%
G = 29.59%
B = 64.93%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#146CED (or 0x146CED) is known color: Navy Blue. HEX triplet: 14, 6C and ED. RGB value is (20,108,237). Sum of RGB (Red+Green+Blue) = 20+108+237=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #146CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146CED is #EB9312. Grayscale: #5F5F5F. Windows color (decimal): -15438611 or 15559700. OLE color: 15559700.

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

Color convert

RGB 20 108 237 -
CMYK 0.92 0.54 0 0.07
HSL 215.67º 0.86% 0.5% -
HSV(B) 215.67º 0.92% 0.93% -
XYZ 20.94 16.99 82.3 -
YUV 96.39 207.35 73.51 -
System Red Green Blue C M Y K H S L
Decimal 20 108 237 0.92 0.54 0 0.07 215.67 0.86 0.5
Hex 14 6C ED 5C 36 0 7 D8 56 32
Octal 24 154 355 134 66 0 7 330 126 62
Binary 10100 1101100 11101101 1011100 110110 0 111 11011000 1010110 110010

Color Harmonies of #146CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146CED

Black with #146CED

Text Example


Text Example

White with #146CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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