Html Css Color HEX #145CE6 Navy Blue

📋 copy color: '#145CE6'

red 20 ◦ green 92 ◦ blue 230

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

Shades of Navy Blue #145CE6

Tints of Navy Blue #145CE6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.9%

 BLUE value IS 230 (90.23% from 255) = 67.25%

R = 5.85%
G = 26.9%
B = 67.25%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#145CE6 (or 0x145CE6) is known color: Navy Blue. HEX triplet: 14, 5C and E6. RGB value is (20,92,230). Sum of RGB (Red+Green+Blue) = 20+92+230=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 230 (90.23% from 255 or 67.25% from 342); Max value from RGB is 230 - color contains mainly: blue. Hex color #145CE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145CE6 is #EBA319. Grayscale: #555555. Windows color (decimal): -15442714 or 15096852. OLE color: 15096852.

HSL color Cylindrical-coordinate representation of color #145CE6: hue angle of 219.43º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145CE6 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 20 92 230 -
CMYK 0.91 0.60 0 0.10
HSL 219.43º 0.84% 0.49% -
HSV(B) 219.43º 0.91% 0.9% -
XYZ 18.4 13.52 76.5 -
YUV 86.2 209.15 80.78 -
System Red Green Blue C M Y K H S L
Decimal 20 92 230 0.91 0.60 0 0.10 219.43 0.84 0.49
Hex 14 5C E6 5B 3C 0 A DB 54 31
Octal 24 134 346 133 74 0 12 333 124 61
Binary 10100 1011100 11100110 1011011 111100 0 1010 11011011 1010100 110001

Color Harmonies of #145CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145CE6

Black with #145CE6

Text Example


Text Example

White with #145CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145CE6; }

 p { color: rgb(20,92,230); }

 H1.HeaderClassName
 {
   color: #145CE6;
 }
 .AnyTagClassName
 {
   color: #145CE6;
 }
</style>

background-color css

<style>
 a { background-color: #145CE6; }

 a { background-color: rgb(20,92,230); }

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

border-color css

<style>
 span { border-color: #145CE6; }

 span { border-color: rgb(20,92,230); }

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