Html Css Color HEX #14395A Regal Blue

📋 copy color: '#14395A'

red 20 ◦ green 57 ◦ blue 90

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

Shades of Regal Blue #14395A

Tints of Regal Blue #14395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.13%

 BLUE value IS 90 (35.55% from 255) = 53.89%

R = 11.98%
G = 34.13%
B = 53.89%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#14395A (or 0x14395A) is known color: Regal Blue. HEX triplet: 14, 39 and 5A. RGB value is (20,57,90). Sum of RGB (Red+Green+Blue) = 20+57+90=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #14395A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14395A is #EBC6A5. Grayscale: #313131. Windows color (decimal): -15451814 or 5912852. OLE color: 5912852.

HSL color Cylindrical-coordinate representation of color #14395A: hue angle of 208.29º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14395A is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 57 90 -
CMYK 0.78 0.37 0 0.65
HSL 208.29º 0.64% 0.22% -
HSV(B) 208.29º 0.78% 0.35% -
XYZ 3.6 3.81 10.22 -
YUV 49.7 150.74 106.82 -
System Red Green Blue C M Y K H S L
Decimal 20 57 90 0.78 0.37 0 0.65 208.29 0.64 0.22
Hex 14 39 5A 4E 25 0 41 D0 40 16
Octal 24 71 132 116 45 0 101 320 100 26
Binary 10100 111001 1011010 1001110 100101 0 1000001 11010000 1000000 10110

Color Harmonies of #14395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14395A

Black with #14395A

Text Example


Text Example

White with #14395A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14395A; }

 p { color: rgb(20,57,90); }

 H1.HeaderClassName
 {
   color: #14395A;
 }
 .AnyTagClassName
 {
   color: #14395A;
 }
</style>

background-color css

<style>
 a { background-color: #14395A; }

 a { background-color: rgb(20,57,90); }

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

border-color css

<style>
 span { border-color: #14395A; }

 span { border-color: rgb(20,57,90); }

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