Html Css Color HEX #145DEB Navy Blue

📋 copy color: '#145DEB'

red 20 ◦ green 93 ◦ blue 235

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

Shades of Navy Blue #145DEB

Tints of Navy Blue #145DEB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.72%

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

R = 5.75%
G = 26.72%
B = 67.53%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#145DEB (or 0x145DEB) is known color: Navy Blue. HEX triplet: 14, 5D and EB. RGB value is (20,93,235). Sum of RGB (Red+Green+Blue) = 20+93+235=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #145DEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145DEB is #EBA214. Grayscale: #565656. Windows color (decimal): -15442453 or 15424788. OLE color: 15424788.

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

Color convert

RGB 20 93 235 -
CMYK 0.91 0.60 0 0.08
HSL 219.63º 0.84% 0.5% -
HSV(B) 219.63º 0.91% 0.92% -
XYZ 19.2 13.98 80.28 -
YUV 87.36 211.32 79.95 -
System Red Green Blue C M Y K H S L
Decimal 20 93 235 0.91 0.60 0 0.08 219.63 0.84 0.5
Hex 14 5D EB 5B 3C 0 8 DC 54 32
Octal 24 135 353 133 74 0 10 334 124 62
Binary 10100 1011101 11101011 1011011 111100 0 1000 11011100 1010100 110010

Color Harmonies of #145DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145DEB

Black with #145DEB

Text Example


Text Example

White with #145DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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