Html Css Color HEX #14375F Regal Blue

📋 copy color: '#14375F'

red 20 ◦ green 55 ◦ blue 95

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

Shades of Regal Blue #14375F

Tints of Regal Blue #14375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.35%

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

R = 11.76%
G = 32.35%
B = 55.88%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#14375F (or 0x14375F) is known color: Regal Blue. HEX triplet: 14, 37 and 5F. RGB value is (20,55,95). Sum of RGB (Red+Green+Blue) = 20+55+95=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 95 (37.5% from 255 or 55.88% from 170); Max value from RGB is 95 - color contains mainly: blue. Hex color #14375F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14375F is #EBC8A0. Grayscale: #303030. Windows color (decimal): -15452321 or 6240020. OLE color: 6240020.

HSL color Cylindrical-coordinate representation of color #14375F: hue angle of 212º 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 #14375F is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 55 95 -
CMYK 0.79 0.42 0 0.63
HSL 212º 0.65% 0.23% -
HSV(B) 212º 0.79% 0.37% -
XYZ 3.72 3.71 11.35 -
YUV 49.1 153.9 107.25 -
System Red Green Blue C M Y K H S L
Decimal 20 55 95 0.79 0.42 0 0.63 212 0.65 0.23
Hex 14 37 5F 4F 2A 0 3F D4 41 17
Octal 24 67 137 117 52 0 77 324 101 27
Binary 10100 110111 1011111 1001111 101010 0 111111 11010100 1000001 10111

Color Harmonies of #14375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14375F

Black with #14375F

Text Example


Text Example

White with #14375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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