Html Css Color HEX #14355B Regal Blue

📋 copy color: '#14355B'

red 20 ◦ green 53 ◦ blue 91

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

Shades of Regal Blue #14355B

Tints of Regal Blue #14355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.32%

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

R = 12.2%
G = 32.32%
B = 55.49%

CMYK

 C value IS 0.78

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#14355B (or 0x14355B) is known color: Regal Blue. HEX triplet: 14, 35 and 5B. RGB value is (20,53,91). Sum of RGB (Red+Green+Blue) = 20+53+91=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #14355B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14355B is #EBCAA4. Grayscale: #2F2F2F. Windows color (decimal): -15452837 or 5977364. OLE color: 5977364.

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

Color convert

RGB 20 53 91 -
CMYK 0.78 0.42 0 0.64
HSL 212.11º 0.64% 0.22% -
HSV(B) 212.11º 0.78% 0.36% -
XYZ 3.45 3.45 10.38 -
YUV 47.47 152.57 108.41 -
System Red Green Blue C M Y K H S L
Decimal 20 53 91 0.78 0.42 0 0.64 212.11 0.64 0.22
Hex 14 35 5B 4E 2A 0 40 D4 40 16
Octal 24 65 133 116 52 0 100 324 100 26
Binary 10100 110101 1011011 1001110 101010 0 1000000 11010100 1000000 10110

Color Harmonies of #14355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14355B

Black with #14355B

Text Example


Text Example

White with #14355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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