Html Css Color HEX #14385D Regal Blue

📋 copy color: '#14385D'

red 20 ◦ green 56 ◦ blue 93

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

Shades of Regal Blue #14385D

Tints of Regal Blue #14385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.14%

 BLUE value IS 93 (36.72% from 255) = 55.03%

R = 11.83%
G = 33.14%
B = 55.03%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#14385D (or 0x14385D) is known color: Regal Blue. HEX triplet: 14, 38 and 5D. RGB value is (20,56,93). Sum of RGB (Red+Green+Blue) = 20+56+93=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #14385D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14385D is #EBC7A2. Grayscale: #313131. Windows color (decimal): -15452067 or 6109204. OLE color: 6109204.

HSL color Cylindrical-coordinate representation of color #14385D: hue angle of 210.41º degrees, saturation: 0.65, 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 #14385D is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 56 93 -
CMYK 0.78 0.40 0 0.64
HSL 210.41º 0.65% 0.22% -
HSV(B) 210.41º 0.78% 0.36% -
XYZ 3.68 3.77 10.89 -
YUV 49.45 152.57 106.99 -
System Red Green Blue C M Y K H S L
Decimal 20 56 93 0.78 0.40 0 0.64 210.41 0.65 0.22
Hex 14 38 5D 4E 28 0 40 D2 41 16
Octal 24 70 135 116 50 0 100 322 101 26
Binary 10100 111000 1011101 1001110 101000 0 1000000 11010010 1000001 10110

Color Harmonies of #14385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14385D

Black with #14385D

Text Example


Text Example

White with #14385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14385D; }

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

 H1.HeaderClassName
 {
   color: #14385D;
 }
 .AnyTagClassName
 {
   color: #14385D;
 }
</style>

background-color css

<style>
 a { background-color: #14385D; }

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

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

border-color css

<style>
 span { border-color: #14385D; }

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

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