Html Css Color HEX #145CDA Navy Blue

📋 copy color: '#145CDA'

red 20 ◦ green 92 ◦ blue 218

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

Shades of Navy Blue #145CDA

Tints of Navy Blue #145CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.06%

R = 6.06%
G = 27.88%
B = 66.06%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#145CDA (or 0x145CDA) is known color: Navy Blue. HEX triplet: 14, 5C and DA. RGB value is (20,92,218). Sum of RGB (Red+Green+Blue) = 20+92+218=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #145CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145CDA is #EBA325. Grayscale: #545454. Windows color (decimal): -15442726 or 14310420. OLE color: 14310420.

HSL color Cylindrical-coordinate representation of color #145CDA: hue angle of 218.18º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #145CDA is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 92 218 -
CMYK 0.91 0.58 0 0.15
HSL 218.18º 0.83% 0.47% -
HSV(B) 218.18º 0.91% 0.85% -
XYZ 16.77 12.86 67.93 -
YUV 84.84 203.15 81.75 -
System Red Green Blue C M Y K H S L
Decimal 20 92 218 0.91 0.58 0 0.15 218.18 0.83 0.47
Hex 14 5C DA 5B 3A 0 F DA 53 2F
Octal 24 134 332 133 72 0 17 332 123 57
Binary 10100 1011100 11011010 1011011 111010 0 1111 11011010 1010011 101111

Color Harmonies of #145CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145CDA

Black with #145CDA

Text Example


Text Example

White with #145CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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