Html Css Color HEX #143F5D Regal Blue

📋 copy color: '#143F5D'

red 20 ◦ green 63 ◦ blue 93

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

Shades of Regal Blue #143F5D

Tints of Regal Blue #143F5D

RGB

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

 GREEN value IS 63 (25% from 255) = 35.8%

 BLUE value IS 93 (36.72% from 255) = 52.84%

R = 11.36%
G = 35.8%
B = 52.84%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#143F5D (or 0x143F5D) is known color: Regal Blue. HEX triplet: 14, 3F and 5D. RGB value is (20,63,93). Sum of RGB (Red+Green+Blue) = 20+63+93=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #143F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F5D is #EBC0A2. Grayscale: #353535. Windows color (decimal): -15450275 or 6110996. OLE color: 6110996.

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

Color convert

RGB 20 63 93 -
CMYK 0.78 0.32 0 0.64
HSL 204.66º 0.65% 0.22% -
HSV(B) 204.66º 0.78% 0.36% -
XYZ 4.04 4.49 11.01 -
YUV 53.56 150.25 104.06 -
System Red Green Blue C M Y K H S L
Decimal 20 63 93 0.78 0.32 0 0.64 204.66 0.65 0.22
Hex 14 3F 5D 4E 20 0 40 CD 41 16
Octal 24 77 135 116 40 0 100 315 101 26
Binary 10100 111111 1011101 1001110 100000 0 1000000 11001101 1000001 10110

Color Harmonies of #143F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143F5D

Black with #143F5D

Text Example


Text Example

White with #143F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,63,93); }

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

background-color css

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

 a { background-color: rgb(20,63,93); }

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

border-color css

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

 span { border-color: rgb(20,63,93); }

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