Html Css Color HEX #143754 Regal Blue

📋 copy color: '#143754'

red 20 ◦ green 55 ◦ blue 84

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

Shades of Regal Blue #143754

Tints of Regal Blue #143754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 52.83%

R = 12.58%
G = 34.59%
B = 52.83%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#143754 (or 0x143754) is known color: Regal Blue. HEX triplet: 14, 37 and 54. RGB value is (20,55,84). Sum of RGB (Red+Green+Blue) = 20+55+84=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #143754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143754 is #EBC8AB. Grayscale: #2F2F2F. Windows color (decimal): -15452332 or 5519124. OLE color: 5519124.

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

Color convert

RGB 20 55 84 -
CMYK 0.76 0.35 0 0.67
HSL 207.19º 0.62% 0.2% -
HSV(B) 207.19º 0.76% 0.33% -
XYZ 3.25 3.52 8.9 -
YUV 47.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 20 55 84 0.76 0.35 0 0.67 207.19 0.62 0.2
Hex 14 37 54 4C 23 0 43 CF 3E 14
Octal 24 67 124 114 43 0 103 317 76 24
Binary 10100 110111 1010100 1001100 100011 0 1000011 11001111 111110 10100

Color Harmonies of #143754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143754

Black with #143754

Text Example


Text Example

White with #143754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143754; }

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

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

background-color css

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

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

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

border-color css

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

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

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