Html Css Color HEX #14345F Regal Blue

📋 copy color: '#14345F'

red 20 ◦ green 52 ◦ blue 95

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

Shades of Regal Blue #14345F

Tints of Regal Blue #14345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 56.89%

R = 11.98%
G = 31.14%
B = 56.89%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#14345F (or 0x14345F) is known color: Regal Blue. HEX triplet: 14, 34 and 5F. RGB value is (20,52,95). Sum of RGB (Red+Green+Blue) = 20+52+95=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #14345F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14345F is #EBCBA0. Grayscale: #2F2F2F. Windows color (decimal): -15453089 or 6239252. OLE color: 6239252.

HSL color Cylindrical-coordinate representation of color #14345F: hue angle of 214.4º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14345F is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 52 95 -
CMYK 0.79 0.45 0 0.63
HSL 214.4º 0.65% 0.23% -
HSV(B) 214.4º 0.79% 0.37% -
XYZ 3.58 3.43 11.3 -
YUV 47.33 154.9 108.5 -
System Red Green Blue C M Y K H S L
Decimal 20 52 95 0.79 0.45 0 0.63 214.4 0.65 0.23
Hex 14 34 5F 4F 2D 0 3F D6 41 17
Octal 24 64 137 117 55 0 77 326 101 27
Binary 10100 110100 1011111 1001111 101101 0 111111 11010110 1000001 10111

Color Harmonies of #14345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14345F

Black with #14345F

Text Example


Text Example

White with #14345F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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