Html Css Color HEX #145EE6 Navy Blue

📋 copy color: '#145EE6'

red 20 ◦ green 94 ◦ blue 230

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

Shades of Navy Blue #145EE6

Tints of Navy Blue #145EE6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.33%

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

R = 5.81%
G = 27.33%
B = 66.86%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#145EE6 (or 0x145EE6) is known color: Navy Blue. HEX triplet: 14, 5E and E6. RGB value is (20,94,230). Sum of RGB (Red+Green+Blue) = 20+94+230=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 230 (90.23% from 255 or 66.86% from 344); Max value from RGB is 230 - color contains mainly: blue. Hex color #145EE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145EE6 is #EBA119. Grayscale: #565656. Windows color (decimal): -15442202 or 15097364. OLE color: 15097364.

HSL color Cylindrical-coordinate representation of color #145EE6: hue angle of 218.86º 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 #145EE6 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 20 94 230 -
CMYK 0.91 0.59 0 0.10
HSL 218.86º 0.84% 0.49% -
HSV(B) 218.86º 0.91% 0.9% -
XYZ 18.57 13.87 76.56 -
YUV 87.38 208.48 79.94 -
System Red Green Blue C M Y K H S L
Decimal 20 94 230 0.91 0.59 0 0.10 218.86 0.84 0.49
Hex 14 5E E6 5B 3B 0 A DB 54 31
Octal 24 136 346 133 73 0 12 333 124 61
Binary 10100 1011110 11100110 1011011 111011 0 1010 11011011 1010100 110001

Color Harmonies of #145EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145EE6

Black with #145EE6

Text Example


Text Example

White with #145EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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