Html Css Color HEX #145CDE Navy Blue

📋 copy color: '#145CDE'

red 20 ◦ green 92 ◦ blue 222

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

Shades of Navy Blue #145CDE

Tints of Navy Blue #145CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.47%

R = 5.99%
G = 27.54%
B = 66.47%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#145CDE (or 0x145CDE) is known color: Navy Blue. HEX triplet: 14, 5C and DE. RGB value is (20,92,222). Sum of RGB (Red+Green+Blue) = 20+92+222=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 222 (87.11% from 255 or 66.47% from 334); Max value from RGB is 222 - color contains mainly: blue. Hex color #145CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145CDE is #EBA321. Grayscale: #545454. Windows color (decimal): -15442722 or 14572564. OLE color: 14572564.

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

Color convert

RGB 20 92 222 -
CMYK 0.91 0.59 0 0.13
HSL 218.61º 0.83% 0.47% -
HSV(B) 218.61º 0.91% 0.87% -
XYZ 17.3 13.08 70.72 -
YUV 85.29 205.15 81.43 -
System Red Green Blue C M Y K H S L
Decimal 20 92 222 0.91 0.59 0 0.13 218.61 0.83 0.47
Hex 14 5C DE 5B 3B 0 D DB 53 2F
Octal 24 134 336 133 73 0 15 333 123 57
Binary 10100 1011100 11011110 1011011 111011 0 1101 11011011 1010011 101111

Color Harmonies of #145CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145CDE

Black with #145CDE

Text Example


Text Example

White with #145CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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