Html Css Color HEX #14365B Regal Blue

📋 copy color: '#14365B'

red 20 ◦ green 54 ◦ blue 91

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

Shades of Regal Blue #14365B

Tints of Regal Blue #14365B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.73%

 BLUE value IS 91 (35.94% from 255) = 55.15%

R = 12.12%
G = 32.73%
B = 55.15%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#14365B (or 0x14365B) is known color: Regal Blue. HEX triplet: 14, 36 and 5B. RGB value is (20,54,91). Sum of RGB (Red+Green+Blue) = 20+54+91=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #14365B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14365B is #EBC9A4. Grayscale: #2F2F2F. Windows color (decimal): -15452581 or 5977620. OLE color: 5977620.

HSL color Cylindrical-coordinate representation of color #14365B: hue angle of 211.27º 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 #14365B is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 54 91 -
CMYK 0.78 0.41 0 0.64
HSL 211.27º 0.64% 0.22% -
HSV(B) 211.27º 0.78% 0.36% -
XYZ 3.5 3.54 10.4 -
YUV 48.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 20 54 91 0.78 0.41 0 0.64 211.27 0.64 0.22
Hex 14 36 5B 4E 29 0 40 D3 40 16
Octal 24 66 133 116 51 0 100 323 100 26
Binary 10100 110110 1011011 1001110 101001 0 1000000 11010011 1000000 10110

Color Harmonies of #14365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14365B

Black with #14365B

Text Example


Text Example

White with #14365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14365B; }

 p { color: rgb(20,54,91); }

 H1.HeaderClassName
 {
   color: #14365B;
 }
 .AnyTagClassName
 {
   color: #14365B;
 }
</style>

background-color css

<style>
 a { background-color: #14365B; }

 a { background-color: rgb(20,54,91); }

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

border-color css

<style>
 span { border-color: #14365B; }

 span { border-color: rgb(20,54,91); }

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