Html Css Color HEX #14385F Regal Blue

📋 copy color: '#14385F'

red 20 ◦ green 56 ◦ blue 95

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

Shades of Regal Blue #14385F

Tints of Regal Blue #14385F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 55.56%

R = 11.7%
G = 32.75%
B = 55.56%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#14385F (or 0x14385F) is known color: Regal Blue. HEX triplet: 14, 38 and 5F. RGB value is (20,56,95). Sum of RGB (Red+Green+Blue) = 20+56+95=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #14385F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14385F is #EBC7A0. Grayscale: #313131. Windows color (decimal): -15452065 or 6240276. OLE color: 6240276.

HSL color Cylindrical-coordinate representation of color #14385F: hue angle of 211.2º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14385F is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 56 95 -
CMYK 0.79 0.41 0 0.63
HSL 211.2º 0.65% 0.23% -
HSV(B) 211.2º 0.79% 0.37% -
XYZ 3.77 3.8 11.36 -
YUV 49.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 20 56 95 0.79 0.41 0 0.63 211.2 0.65 0.23
Hex 14 38 5F 4F 29 0 3F D3 41 17
Octal 24 70 137 117 51 0 77 323 101 27
Binary 10100 111000 1011111 1001111 101001 0 111111 11010011 1000001 10111

Color Harmonies of #14385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14385F

Black with #14385F

Text Example


Text Example

White with #14385F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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