Html Css Color HEX #143857 Regal Blue

📋 copy color: '#143857'

red 20 ◦ green 56 ◦ blue 87

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

Shades of Regal Blue #143857

Tints of Regal Blue #143857

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.36%

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

R = 12.27%
G = 34.36%
B = 53.37%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#143857 (or 0x143857) is known color: Regal Blue. HEX triplet: 14, 38 and 57. RGB value is (20,56,87). Sum of RGB (Red+Green+Blue) = 20+56+87=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #143857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143857 is #EBC7A8. Grayscale: #303030. Windows color (decimal): -15452073 or 5715988. OLE color: 5715988.

HSL color Cylindrical-coordinate representation of color #143857: hue angle of 207.76º 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 #143857 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 56 87 -
CMYK 0.77 0.36 0 0.66
HSL 207.76º 0.63% 0.21% -
HSV(B) 207.76º 0.77% 0.34% -
XYZ 3.42 3.67 9.54 -
YUV 48.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 20 56 87 0.77 0.36 0 0.66 207.76 0.63 0.21
Hex 14 38 57 4D 24 0 42 D0 3F 15
Octal 24 70 127 115 44 0 102 320 77 25
Binary 10100 111000 1010111 1001101 100100 0 1000010 11010000 111111 10101

Color Harmonies of #143857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143857

Black with #143857

Text Example


Text Example

White with #143857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143857; }

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

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

background-color css

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

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

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

border-color css

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

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

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