Html Css Color HEX #14345B Regal Blue

📋 copy color: '#14345B'

red 20 ◦ green 52 ◦ blue 91

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

Shades of Regal Blue #14345B

Tints of Regal Blue #14345B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.9%

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

R = 12.27%
G = 31.9%
B = 55.83%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#14345B (or 0x14345B) is known color: Regal Blue. HEX triplet: 14, 34 and 5B. RGB value is (20,52,91). Sum of RGB (Red+Green+Blue) = 20+52+91=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #14345B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14345B is #EBCBA4. Grayscale: #2E2E2E. Windows color (decimal): -15453093 or 5977108. OLE color: 5977108.

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

Color convert

RGB 20 52 91 -
CMYK 0.78 0.43 0 0.64
HSL 212.96º 0.64% 0.22% -
HSV(B) 212.96º 0.78% 0.36% -
XYZ 3.4 3.36 10.37 -
YUV 46.88 152.9 108.83 -
System Red Green Blue C M Y K H S L
Decimal 20 52 91 0.78 0.43 0 0.64 212.96 0.64 0.22
Hex 14 34 5B 4E 2B 0 40 D5 40 16
Octal 24 64 133 116 53 0 100 325 100 26
Binary 10100 110100 1011011 1001110 101011 0 1000000 11010101 1000000 10110

Color Harmonies of #14345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14345B

Black with #14345B

Text Example


Text Example

White with #14345B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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