Html Css Color HEX #14345C Regal Blue

📋 copy color: '#14345C'

red 20 ◦ green 52 ◦ blue 92

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

Shades of Regal Blue #14345C

Tints of Regal Blue #14345C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 56.1%

R = 12.2%
G = 31.71%
B = 56.1%

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

#14345C (or 0x14345C) is known color: Regal Blue. HEX triplet: 14, 34 and 5C. RGB value is (20,52,92). Sum of RGB (Red+Green+Blue) = 20+52+92=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #14345C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14345C is #EBCBA3. Grayscale: #2E2E2E. Windows color (decimal): -15453092 or 6042644. OLE color: 6042644.

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

Color convert

RGB 20 52 92 -
CMYK 0.78 0.43 0 0.64
HSL 213.33º 0.64% 0.22% -
HSV(B) 213.33º 0.78% 0.36% -
XYZ 3.45 3.38 10.6 -
YUV 46.99 153.4 108.75 -
System Red Green Blue C M Y K H S L
Decimal 20 52 92 0.78 0.43 0 0.64 213.33 0.64 0.22
Hex 14 34 5C 4E 2B 0 40 D5 40 16
Octal 24 64 134 116 53 0 100 325 100 26
Binary 10100 110100 1011100 1001110 101011 0 1000000 11010101 1000000 10110

Color Harmonies of #14345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14345C

Black with #14345C

Text Example


Text Example

White with #14345C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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