Html Css Color HEX #143957 Regal Blue

📋 copy color: '#143957'

red 20 ◦ green 57 ◦ blue 87

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

Shades of Regal Blue #143957

Tints of Regal Blue #143957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 53.05%

R = 12.2%
G = 34.76%
B = 53.05%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#143957 (or 0x143957) is known color: Regal Blue. HEX triplet: 14, 39 and 57. RGB value is (20,57,87). Sum of RGB (Red+Green+Blue) = 20+57+87=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 87 (34.38% from 255 or 53.05% from 164); Max value from RGB is 87 - color contains mainly: blue. Hex color #143957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143957 is #EBC6A8. Grayscale: #313131. Windows color (decimal): -15451817 or 5716244. OLE color: 5716244.

HSL color Cylindrical-coordinate representation of color #143957: hue angle of 206.87º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #143957 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 57 87 -
CMYK 0.77 0.34 0 0.66
HSL 206.87º 0.63% 0.21% -
HSV(B) 206.87º 0.77% 0.34% -
XYZ 3.47 3.76 9.56 -
YUV 49.36 149.24 107.06 -
System Red Green Blue C M Y K H S L
Decimal 20 57 87 0.77 0.34 0 0.66 206.87 0.63 0.21
Hex 14 39 57 4D 22 0 42 CF 3F 15
Octal 24 71 127 115 42 0 102 317 77 25
Binary 10100 111001 1010111 1001101 100010 0 1000010 11001111 111111 10101

Color Harmonies of #143957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143957

Black with #143957

Text Example


Text Example

White with #143957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143957; }

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

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

background-color css

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

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

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

border-color css

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

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

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