Html Css Color HEX #145BED Navy Blue

📋 copy color: '#145BED'

red 20 ◦ green 91 ◦ blue 237

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

Shades of Navy Blue #145BED

Tints of Navy Blue #145BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.15%

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

R = 5.75%
G = 26.15%
B = 68.1%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#145BED (or 0x145BED) is known color: Navy Blue. HEX triplet: 14, 5B and ED. RGB value is (20,91,237). Sum of RGB (Red+Green+Blue) = 20+91+237=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #145BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145BED is #EBA412. Grayscale: #555555. Windows color (decimal): -15442963 or 15555348. OLE color: 15555348.

HSL color Cylindrical-coordinate representation of color #145BED: hue angle of 220.37º 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 #145BED is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 91 237 -
CMYK 0.92 0.62 0 0.07
HSL 220.37º 0.86% 0.5% -
HSV(B) 220.37º 0.92% 0.93% -
XYZ 19.32 13.75 81.76 -
YUV 86.42 212.98 80.63 -
System Red Green Blue C M Y K H S L
Decimal 20 91 237 0.92 0.62 0 0.07 220.37 0.86 0.5
Hex 14 5B ED 5C 3E 0 7 DC 56 32
Octal 24 133 355 134 76 0 7 334 126 62
Binary 10100 1011011 11101101 1011100 111110 0 111 11011100 1010110 110010

Color Harmonies of #145BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145BED

Black with #145BED

Text Example


Text Example

White with #145BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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