Html Css Color HEX #143E55 Regal Blue

📋 copy color: '#143E55'

red 20 ◦ green 62 ◦ blue 85

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

Shades of Regal Blue #143E55

Tints of Regal Blue #143E55

RGB

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

 GREEN value IS 62 (24.61% from 255) = 37.13%

 BLUE value IS 85 (33.59% from 255) = 50.9%

R = 11.98%
G = 37.13%
B = 50.9%

CMYK

 C value IS 0.76

 M value IS 0.27

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#143E55 (or 0x143E55) is known color: Regal Blue. HEX triplet: 14, 3E and 55. RGB value is (20,62,85). Sum of RGB (Red+Green+Blue) = 20+62+85=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #143E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143E55 is #EBC1AA. Grayscale: #333333. Windows color (decimal): -15450539 or 5586452. OLE color: 5586452.

HSL color Cylindrical-coordinate representation of color #143E55: hue angle of 201.23º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #143E55 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 62 85 -
CMYK 0.76 0.27 0 0.67
HSL 201.23º 0.62% 0.21% -
HSV(B) 201.23º 0.76% 0.33% -
XYZ 3.65 4.25 9.22 -
YUV 52.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 20 62 85 0.76 0.27 0 0.67 201.23 0.62 0.21
Hex 14 3E 55 4C 1B 0 43 C9 3E 15
Octal 24 76 125 114 33 0 103 311 76 25
Binary 10100 111110 1010101 1001100 11011 0 1000011 11001001 111110 10101

Color Harmonies of #143E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143E55

Black with #143E55

Text Example


Text Example

White with #143E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,62,85); }

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

background-color css

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

 a { background-color: rgb(20,62,85); }

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

border-color css

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

 span { border-color: rgb(20,62,85); }

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