Html Css Color HEX #143954 Regal Blue

📋 copy color: '#143954'

red 20 ◦ green 57 ◦ blue 84

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

Shades of Regal Blue #143954

Tints of Regal Blue #143954

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.4%

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

R = 12.42%
G = 35.4%
B = 52.17%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#143954 (or 0x143954) is known color: Regal Blue. HEX triplet: 14, 39 and 54. RGB value is (20,57,84). Sum of RGB (Red+Green+Blue) = 20+57+84=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #143954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143954 is #EBC6AB. Grayscale: #303030. Windows color (decimal): -15451820 or 5519636. OLE color: 5519636.

HSL color Cylindrical-coordinate representation of color #143954: hue angle of 205.31º 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 #143954 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 57 84 -
CMYK 0.76 0.32 0 0.67
HSL 205.31º 0.62% 0.2% -
HSV(B) 205.31º 0.76% 0.33% -
XYZ 3.35 3.72 8.93 -
YUV 49.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 20 57 84 0.76 0.32 0 0.67 205.31 0.62 0.2
Hex 14 39 54 4C 20 0 43 CD 3E 14
Octal 24 71 124 114 40 0 103 315 76 24
Binary 10100 111001 1010100 1001100 100000 0 1000011 11001101 111110 10100

Color Harmonies of #143954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143954

Black with #143954

Text Example


Text Example

White with #143954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143954; }

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

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

background-color css

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

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

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

border-color css

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

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

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