Html Css Color HEX #14405C Regal Blue

📋 copy color: '#14405C'

red 20 ◦ green 64 ◦ blue 92

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

Shades of Regal Blue #14405C

Tints of Regal Blue #14405C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.36%

 BLUE value IS 92 (36.33% from 255) = 52.27%

R = 11.36%
G = 36.36%
B = 52.27%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#14405C (or 0x14405C) is known color: Regal Blue. HEX triplet: 14, 40 and 5C. RGB value is (20,64,92). Sum of RGB (Red+Green+Blue) = 20+64+92=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #14405C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14405C is #EBBFA3. Grayscale: #353535. Windows color (decimal): -15450020 or 6045716. OLE color: 6045716.

HSL color Cylindrical-coordinate representation of color #14405C: hue angle of 203.33º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14405C is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 64 92 -
CMYK 0.78 0.30 0 0.64
HSL 203.33º 0.64% 0.22% -
HSV(B) 203.33º 0.78% 0.36% -
XYZ 4.05 4.59 10.8 -
YUV 54.04 149.42 103.72 -
System Red Green Blue C M Y K H S L
Decimal 20 64 92 0.78 0.30 0 0.64 203.33 0.64 0.22
Hex 14 40 5C 4E 1E 0 40 CB 40 16
Octal 24 100 134 116 36 0 100 313 100 26
Binary 10100 1000000 1011100 1001110 11110 0 1000000 11001011 1000000 10110

Color Harmonies of #14405C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14405C

Black with #14405C

Text Example


Text Example

White with #14405C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14405C; }

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

 H1.HeaderClassName
 {
   color: #14405C;
 }
 .AnyTagClassName
 {
   color: #14405C;
 }
</style>

background-color css

<style>
 a { background-color: #14405C; }

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

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

border-color css

<style>
 span { border-color: #14405C; }

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

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