Html Css Color HEX #143D5C Regal Blue

📋 copy color: '#143D5C'

red 20 ◦ green 61 ◦ blue 92

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

Shades of Regal Blue #143D5C

Tints of Regal Blue #143D5C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.26%

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

R = 11.56%
G = 35.26%
B = 53.18%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#143D5C (or 0x143D5C) is known color: Regal Blue. HEX triplet: 14, 3D and 5C. RGB value is (20,61,92). Sum of RGB (Red+Green+Blue) = 20+61+92=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #143D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D5C is #EBC2A3. Grayscale: #343434. Windows color (decimal): -15450788 or 6044948. OLE color: 6044948.

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

Color convert

RGB 20 61 92 -
CMYK 0.78 0.34 0 0.64
HSL 205.83º 0.64% 0.22% -
HSV(B) 205.83º 0.78% 0.36% -
XYZ 3.89 4.26 10.74 -
YUV 52.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 20 61 92 0.78 0.34 0 0.64 205.83 0.64 0.22
Hex 14 3D 5C 4E 22 0 40 CE 40 16
Octal 24 75 134 116 42 0 100 316 100 26
Binary 10100 111101 1011100 1001110 100010 0 1000000 11001110 1000000 10110

Color Harmonies of #143D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143D5C

Black with #143D5C

Text Example


Text Example

White with #143D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143D5C; }

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

 H1.HeaderClassName
 {
   color: #143D5C;
 }
 .AnyTagClassName
 {
   color: #143D5C;
 }
</style>

background-color css

<style>
 a { background-color: #143D5C; }

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

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

border-color css

<style>
 span { border-color: #143D5C; }

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

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